perldeltify change #4115.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 9 Sep 1999 15:56:52 +0000 (15:56 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 9 Sep 1999 15:56:52 +0000 (15:56 +0000)
p4raw-link: @4115 on //depot/cfgperl: 62316b42bf4b6abb5bc2c5dc8e0c51190635bab6

p4raw-id: //depot/cfgperl@4116

pod/perldelta.pod

index 2561cde..bfd071a 100644 (file)
@@ -530,7 +530,9 @@ runtime error.
 
 The timelocal() and timegm() functions used to silently return bogus
 results when the date exceeded the machine's integer range.  They
-now consistently croak() if the date falls in an unsupported range.
+now consistently croak() if the date falls in an unsupported range--
+but on the other hand they now accept "out-of-limits" day-of-month
+to make "Julian date" conversions easier.
 
 =item Win32