Re: [ID 20020315.003] timelocal does not return fractal values anymore
Slaven Rezic [Sat, 16 Mar 2002 15:29:18 +0000 (16:29 +0100)]
Message-ID: <877kocwpq9.fsf@vran.herceg.de>

p4raw-id: //depot/perl@15254

pod/perldelta.pod

index 1df81da..10c031b 100644 (file)
@@ -1120,6 +1120,12 @@ The Test module has been significantly enhanced.
 
 =item *
 
+Time::Local::timelocal() does not handle fractional seconds anymore.
+The rationale is that neither does localtime(), and timelocal() and
+localtime() are supposed to be inverses of each other.
+
+=item *
+
 The vars pragma now supports declaring fully qualified variables.
 (Something that C<our()> does not and will not support.)