Jonathan Scott Duff <[EMAIL PROTECTED]> writes: > By "local timezone" do you mean that some sort of inspection happens to > determine the local timezone and the date() intrinsically knows about > it? What about daylight savings time? This all should be handled by the operating system. If you call localtime in C, you should get back local time, whatever the local time zone. The whole point is to not try to duplicate that information in Perl core. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
- Re: AGAINST RFC 48 (v1) Replace ... Nathan Wiger
- Re: AGAINST RFC 48 (v1) Replace ... Jonathan Scott Duff
- Re: AGAINST RFC 48 (v1) Replace ... Bart Lateur
- Re: AGAINST RFC 48 (v1) Replace ... Russ Allbery
- Re: AGAINST RFC 48 (v1) Replace ... Jarkko Hietaniemi
- Re: AGAINST RFC 48 (v1) Replace ... Bart Lateur
- Re: AGAINST RFC 48 (v1) Replace ... Jarkko Hietaniemi
- Re: AGAINST RFC 48 (v1) Replace ... Nick Ing-Simmons
- Re: AGAINST RFC 48 (v1) Replace ... Russ Allbery
- Re: AGAINST RFC 48 (v1) Replace ... Peter Scott
- Re: AGAINST RFC 48 (v1) Replace ... Russ Allbery
- Re: AGAINST RFC 48 (v1) Replace localtime() and gmtime... Matt Sergeant
- Re: AGAINST RFC 48 (v1) Replace localtime() and g... John Porter
- Re: AGAINST RFC 48 (v1) Replace localtime() a... Uri Guttman
- Re: AGAINST RFC 48 (v1) Replace localtime() and g... Jonathan Scott Duff