Mon Feb 25 13:32:13 2008wesley.schaal [...] gmail.com - Ticket created
Subject:
%b and %B should be equal
Date:
Mon, 25 Feb 2008 19:31:28 +0100
To:
bug-Time-Piece [...] rt.cpan.org
From:
"Wesley Schaal" <wesley.schaal [...] gmail.com>
According to the strptime man page, formats %a and %A are
interchangeable, ie, they both refer to short or long weekday names.
Time::Piece treats them like they are used in strftime. Same situation
with %b and %B (month names).
The Date Parsing example from the Time::Piece (v1.12) CPAN page fails
because of this inconsistency.
[Tested on AS v5.10.0]
Fri Mar 19 09:02:12 2010msergeant [...] cpan.org - Correspondence added
I fixed the example. It's not clear there's any particular "standard" on
this. Different OS implementations may treat it differently. Time::Piece
uses the FreeBSD implementation of strptime.
Fri Mar 19 09:02:14 2010The RT System itself - Status changed from 'new' to 'open'
Fri Mar 19 09:02:15 2010msergeant [...] cpan.org - Status changed from 'open' to 'resolved'