On Tue, 26 Sep 2000 08:10:39 -0700, Nathan Wiger wrote: >Well, you can easily do this already with > > $date = utcdate (time + $offset); > >Or even: > > $date = utcdate (time + &getoffset('US/Pacific')); Unfortunately, because Daylight Saving Time is largely equivalent to Time Zones, $offset depends on the time. -- Bart.
- RFC 48 (v4) Replace localtime() and gmtime() with date... Perl6 RFC Librarian
- Re: RFC 48 (v4) Replace localtime() and gmtime() ... Jonathan Scott Duff
- Re: RFC 48 (v4) Replace localtime() and gmtim... Nathan Wiger
- Re: RFC 48 (v4) Replace localtime() and g... Jonathan Scott Duff
- Re: RFC 48 (v4) Replace localtime() a... Nathan Wiger
- Re: RFC 48 (v4) Replace localtime() a... Russ Allbery
- Bart Lateur