Change 33095 by [EMAIL PROTECTED] on 2008/01/28 16:41:49
Minor rewording of the localtime() documentation,
based on :
Subject: [perl #49914] gmtime()/localtime() do not use time()
From: Abe Timmerman (via RT) <[EMAIL PROTECTED]>
Date: Thu, 17 Jan 2008 18:05:07 -0800
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlfunc.pod#590 edit
Differences ...
==== //depot/perl/pod/perlfunc.pod#590 (text) ====
Index: perl/pod/perlfunc.pod
--- perl/pod/perlfunc.pod#589~32969~ 2008-01-12 14:20:39.000000000 -0800
+++ perl/pod/perlfunc.pod 2008-01-28 08:41:49.000000000 -0800
@@ -2750,7 +2750,8 @@
C<$isdst> is true if the specified time occurs during Daylight Saving
Time, false otherwise.
-If EXPR is omitted, C<localtime()> uses the current time (C<localtime(time)>).
+If EXPR is omitted, C<localtime()> uses the current time (as returned
+by the C<time()> built-in).
In scalar context, C<localtime()> returns the ctime(3) value:
End of Patch.