Skip Menu |

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

Report information
The Basics
Id: 2639
Status: resolved
Priority: 0/
Queue: Time-Piece

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

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



Subject: strftime("%m") allways 0
I' think there is a problem with strftime %m: # date Fri May 23 10:57:23 MEST 2003 # perl -MTime::Piece -e 'print localtime->strftime("%m\n")' 00 tested with: - Time-Piece-2.00_00 # perl -v This is perl, v5.8.0 built for sun4-solaris Copyright 1987-2002, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. - SunOS obizdcr 5.9 Generic_112233-03 sun4us sparc FJSV,GPUS
Date: Fri, 23 May 2003 11:45:06 +0100 (BST)
From: Matt Sergeant <matt [...] sergeant.org>
To: Guest via RT <bug-Time-Piece [...] rt.cpan.org>
Subject: Re: [cpan #2639] strftime("%m") allways 0
RT-Send-Cc:
2.00_00 is a beta release. Please do not use it, but thanks for the bug report. On Fri, 23 May 2003, Guest via RT wrote: Show quoted text
> > This message about Time-Piece was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=2639 > > > I' think there is a problem with strftime %m: > > # date > Fri May 23 10:57:23 MEST 2003 > > # perl -MTime::Piece -e 'print localtime->strftime("%m\n")' > 00 > > tested with: > > - Time-Piece-2.00_00