From e199845280bc7d6fec24a11bbe30c154943f9814 Mon Sep 17 00:00:00 2001 From: Abe Timmerman Date: Thu, 17 Jan 2008 10:05:07 -0800 Subject: [PATCH] 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 --- pod/perlfunc.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- 2.7.4