strptime doesn't currently accept Z as a valid timezone setting. Per ISO8601, the construct to designate UTC time is to add "Z" as the TZ designation. Add support for Z and while we are at it, document the fact we also accept UTC in the manpage.
Details
Details
- Reviewers
des - Commits
- rG0948c4d4a330: libc: Add "Z" as TZ designator for strptime.
rG2564a21f9774: libc: Add "Z" as TZ designator for strptime.
rG3b9b7e09e359: libc: Add "Z" as TZ designator for strptime.
rG3d368c699b73: libc: Add "Z" as TZ designator for strptime.
rG79e57ea662d9: libc: Add "Z" as TZ designator for strptime.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable