in reply to DateTime Daylight savings question
The only thing I can imagine is happening, is that your initial $dt = DateTime->now value is not the same as it is for us, it appears to me (though I'm not absolutely sure) its value can depend on time zone information in the Registry, or in the TZ environment variable. Perhaps you'd better print it out, too, before you set the time zone.
Likely ikegami is right, and your computer's system clock isn't set correctly.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DateTime Daylight savings question
by Anonymous Monk on Sep 20, 2008 at 00:13 UTC | |
by ikegami (Patriarch) on Sep 20, 2008 at 00:18 UTC | |
by jsilva_im (Novice) on Sep 20, 2008 at 00:17 UTC |