Subject: | no strptime documentation |
The perldoc for strptime just says "see strptime man page". But this module includes its own implementation of strptime, so the system strptime man page may be different to this module. The module should document its own behaviour.
Specifically, I was looking at the documentation for %p. My man strftime says: %p is replaced by national representation of either "ante meridiem" (a.m.) or "post meridiem" (p.m.) as appropriate.
However, the Time::Piece implementation does not account for any national representation and appears to be hard-coded to AM or PM.