From: Abe Timmerman Date: Thu, 17 Jan 2008 18:05:07 +0000 (-0800) Subject: Minor rewording of the localtime() documentation, X-Git-Tag: accepted/trunk/20130322.191538~13601 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e199845280bc7d6fec24a11bbe30c154943f9814;p=platform%2Fupstream%2Fperl.git Minor rewording of the localtime() documentation, based on : Subject: [perl #49914] gmtime()/localtime() do not use time() From: Abe Timmerman (via RT) Message-ID: p4raw-id: //depot/perl@33095 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index b273c17..7d9e237 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -2750,7 +2750,8 @@ Wednesday. C<$yday> is the day of the year, in the range C<0..364> C<$isdst> is true if the specified time occurs during Daylight Saving Time, false otherwise. -If EXPR is omitted, C uses the current time (C). +If EXPR is omitted, C uses the current time (as returned +by the C built-in). In scalar context, C returns the ctime(3) value: