summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-09-09 15:56:52 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-09-09 15:56:52 +0000
commitd3a1d5647737d6f75a9a27253766130f69d2a48e (patch)
tree1618c1653f9c9e12698ce1c023794cab72d039e4
parent62316b42bf4b6abb5bc2c5dc8e0c51190635bab6 (diff)
downloadperl-d3a1d5647737d6f75a9a27253766130f69d2a48e.tar.gz
perldeltify change #4115.
p4raw-link: @4115 on //depot/cfgperl: 62316b42bf4b6abb5bc2c5dc8e0c51190635bab6 p4raw-id: //depot/cfgperl@4116
-rw-r--r--pod/perldelta.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 2561cde199..bfd071a59b 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -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