perlport.pod nit for doc bug #8253.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 11 May 2003 19:04:27 +0000 (19:04 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 11 May 2003 19:04:27 +0000 (19:04 +0000)
p4raw-id: //depot/perl@19492

pod/perlport.pod

index a92e4aa..ffa8904 100644 (file)
@@ -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.