summaryrefslogtreecommitdiff
path: root/ext/Time
Commit message (Collapse)AuthorAgeFilesLines
* Time::Piece work continues. $t->day removed sinceJarkko Hietaniemi2001-04-232-70/+295
| | | | | | | | | | | 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
* Document and test Time::Piece.Jarkko Hietaniemi2001-04-192-48/+121
| | | p4raw-id: //depot/perl@9756
* Add Time::Piece, a slight rewrite of Time::Object,Jarkko Hietaniemi2001-04-195-0/+900
| | | | | from Matt Sergeant. p4raw-id: //depot/perl@9748
* Add interval timer (setitimer, getitimer) support to Time::HiRes.Jarkko Hietaniemi2001-04-152-27/+184
| | | p4raw-id: //depot/perl@9705
* This is at least 5.005.Jarkko Hietaniemi2001-04-121-2/+0
| | | p4raw-id: //depot/perl@9692
* Integrate Time::Hires 1.20 from Douglas E. Wegscheid.Jarkko Hietaniemi2001-04-124-0/+661
p4raw-id: //depot/perl@9690