Time::Piece work continues. $t->day removed since
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 23 Apr 2001 04:34:04 +0000 (04:34 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 23 Apr 2001 04:34:04 +0000 (04:34 +0000)
commitd0369dd15170efd8d6a93db21c003d0edd4bfdf4
tree63bec0c2b7d9b5d5f1399fab40ce6e332a8e480d
parente89a8b873ed4ec485a4f1a50c1d893abd1add99c
Time::Piece work continues.  $t->day removed since
I think it's too confusing.  Now has normal and
abbreviated length weekday names and month names,
the names change with _names(), not _list().
Now has strftime() in Perl, _strftime() is
the libc version (to which strftime() falls back
if it doesn't know the format.  To do: the reverse
of strftime, strptime(), and the localisation of both.

p4raw-id: //depot/perl@9785
ext/Time/Piece/Piece.pm
ext/Time/Piece/Piece.xs
t/lib/time-piece.t