From d3a1d5647737d6f75a9a27253766130f69d2a48e Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 9 Sep 1999 15:56:52 +0000 Subject: [PATCH] perldeltify change #4115. p4raw-link: @4115 on //depot/cfgperl: 62316b42bf4b6abb5bc2c5dc8e0c51190635bab6 p4raw-id: //depot/cfgperl@4116 --- pod/perldelta.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 2561cde..bfd071a 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 -- 2.7.4