Re: Daylight savings time timezone conversion automatically?

2008-03-26 Thread Ewald Beekman
a wrote: > On Wed, Mar 26, 2008 at 11:34 AM, Ewald Beekman <[EMAIL PROTECTED]> wrote: > > Is there a way to see if DST is in effect on a > > returned time zone object ? > > For instance, i have got a loop like this: > > > > my @list = DateTime::TimeZone-

Re: Daylight savings time timezone conversion automatically?

2008-03-26 Thread Ewald Beekman
Is there a way to see if DST is in effect on a returned time zone object ? For instance, i have got a loop like this: my @list = DateTime::TimeZone->all_names; foreach $zone (@list) { next unless ($zone =~ /\//);# skip timezone links in the list $dt = DateTime-