Skip Menu |

This queue is for tickets about the Time-Piece CPAN distribution.

Report information
The Basics
Id: 121587
Status: new
Priority: 0/
Queue: Time-Piece

People
Owner: Nobody in particular
Requestors: adam [...] millerchip.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.