Re: RFC 99 (v3) Standardize ALL Perl platforms on UNIX epoch
[email protected] (Bart Lateur) Wed, 20 Sep 2000 13:23:17 +0200
| Newsgroups | perl.perl6.language.datetime |
|---|---|
| Organization | MediaMind |
| Message-ID | <[email protected]> |
On Mon, 18 Sep 2000 11:42:50 -0400, Chris Nandor wrote: >>But the OS's idea of the epoch is global! > >No, it isn't! On Mac OS, I can change my epoch by changing my time zone. >If it is harcoded into Config.pm, I am fucked. This is bad. That system is broken. ;-) I guess that it's the same situation on MS-DOS, since there the hardware clock is usually set to local time. It could even happen on Win32?!? This surely was a bad design decision from the hardware guys. Very shortsighted. Anyway, I think that on such systems, globaltime() is derived from localtime(), not the reverse. -- Bart.