NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Other Way Round? (Score:1)
Suppose that
DateTimewere the other way round, and defaulted to the local timezone. Then somebody could've made an equivalent blog post to yours but comparingDateTime->nowwithgmtimeand complaining that they are different!There are 2 different possible behaviours. Obviously the module can only do 1 of them by default.
I've been inconvenienced the other way round, when I discovered that our MySQL database was storing timestamps in local time rather than UTC and not storing the timezone.
Re:Other Way Round? (Score:2)
Sure, that doesn't mean that everyone should expect that or that the developers of DateTime are morons. They ju
Re:Other Way Round? (Score:1)
E.g., in your example, the only thing we know about your timezone is that it is '+0400' now, but we don't know what DST rules you have. So instead of guessing the correct timezone, DateTime chooses to let the user decide.
Reply to This
Parent