Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: autarch [...] urth.org
Cc:
AdminCc:

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



Subject: Times created via strptime are missing several components
Time's created via Time::Piece->strptime are missing the following components: wday yday isdst epoch islocal The first two should just be set in _strptime in Piece.xs 'isdst' is always 0 for a time created via _strptime, and should be set accordingly. 'epoch' can be left as 0, and will be calculated if required by epoch in Piece.pm 'islocal' should be 0, I think. But I'm not sure I'm right ;) Patch (with tests, even!) should be attached.
Download tp-patch
application/octet-stream 1.8k

Message body not shown because it is not plain text.

From: autarch [...] urth.org
Matt, Any chance of applying this (and addressing my other bug report) any time soon?
[guest - Thu Aug 22 04:02:06 2002]: Show quoted text
> Matt, > > Any chance of applying this (and addressing my other bug report) any > time soon?
Fixed in CVS. Thanks.