From: Jarkko Hietaniemi Date: Tue, 29 May 2001 20:18:49 +0000 (+0000) Subject: Mention Time::localtime and Time::gmtime. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e2ca581c1c499ffde24bad697337995b6562165;p=p5sagit%2Fp5-mst-13.2.git Mention Time::localtime and Time::gmtime. p4raw-id: //depot/perl@10302 --- diff --git a/ext/Time/Piece/Piece.pm b/ext/Time/Piece/Piece.pm index 5789ec4..4a3fb09 100644 --- a/ext/Time/Piece/Piece.pm +++ b/ext/Time/Piece/Piece.pm @@ -1299,6 +1299,12 @@ including the ':override' tag in the import list: The excellent Calendar FAQ at L +If you just want an object-oriented interface to the usual time +functions see L and L which are part +of the standard distribution. Beware, though, that their fields are as +in the C library: the I is I (like $t->_year in Time::Piece) +and I begin from zero (like $t->_mon). + L, L =head1 AUTHOR