On Wed, 1 Dec 2004 12:21:11, Dave Rolsky <[EMAIL PROTECTED]> wrote: > http://perladvent.org/2004/1st/
>From the article:
# what year are we in?
my $year = DateTime->now->year;
Another victim of the failure to (attempt to) default to local time! ;)
-John
