Skip Menu |

This queue is for tickets about the POSIX-strptime CPAN distribution.

Report information
The Basics
Id: 111477
Status: new
Priority: 0/
Queue: POSIX-strptime

People
Owner: Nobody in particular
Requestors: EDAVIS [...] cpan.org
Cc:
AdminCc:

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



Subject: Documentation improvement
The synopsis could make it clearer that the year and month numbers defined by POSIX are a bit funky. ($sec, $min, $hour, $mday, $month_from_zero, $year_minus_1900, $wday, $yday) = POSIX::strptime(string, format); $month = $month_from_zero + 1; $year = $year_minus_1900 + 1900;