summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-05-11 19:04:27 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-05-11 19:04:27 +0000
commitbbac04ed8cd43991be4ad2af52ee5af30eb4a52c (patch)
tree33440ff1bd52259e07ad2383fc884bf1eb5a1d08 /pod
parent220939e6fe5e4dc50b0921e74e7b08bf1f26aa37 (diff)
downloadperl-bbac04ed8cd43991be4ad2af52ee5af30eb4a52c.tar.gz
perlport.pod nit for doc bug #8253.
p4raw-id: //depot/perl@19492
Diffstat (limited to 'pod')
-rw-r--r--pod/perlport.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod
index a92e4aa89d..ffa8904d2b 100644
--- a/pod/perlport.pod
+++ b/pod/perlport.pod
@@ -600,6 +600,9 @@ The value for C<$offset> in Unix will be C<0>, but in Mac OS will be
some large number. C<$offset> can then be added to a Unix time value
to get what should be the proper value on any system.
+On Windows (at least), you shouldn't pass a negative value to C<gmtime> or
+C<localtime>.
+
=head2 Character sets and character encoding
Assume very little about character sets.