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.
Message body not shown because it is not plain text.