Re: RFC 48 (v4) Replace localtime() and gmtime() with date() and utcdate()
[email protected] (Bart Lateur) Sat, 30 Sep 2000 22:01:41 +0200
| Newsgroups | perl.perl6.language.datetime |
|---|---|
| Organization | MediaMind |
| Message-ID | <[email protected]> |
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.