Re: DST Problem (not an answer)

2003-03-31 Thread Rick Measham
At 9:36 PM +0100 30/3/03, Richard Smith wrote: I'm having some issues with DateTime and DateTime::Timezone. When creating a timezone object with the timezone of Europe/London it doesn't seem to think we're in DST, but we are, as of 1am this morning. Anything else I've tried to do with it seems f

Re: DST Problem (not an answer)

2003-03-31 Thread Dave Rolsky
On Tue, 1 Apr 2003, Rick Measham wrote: > At 9:36 PM +0100 30/3/03, Richard Smith wrote: > >I'm having some issues with DateTime and DateTime::Timezone. When > >creating a timezone object with the timezone of Europe/London it > >doesn't seem to think we're in DST, but we are, as of 1am this > >mor

Re: DST Problem (not an answer)

2003-03-31 Thread Eugene van der Pijll
Rick Measham schreef: > This makes me think .. should there be a way to 'force' a DST change? > For example: > $dst_on = DateTime->new([1am this morning]); > > $dt = DateTime->new(year=>, month=>xx, day=>xx, > timezone=>'Europe/London', dst_on=>$dst_on, dst_off=>$dst_off); This would be bet