On 8/10/03 9:39 AM, Dave Rolsky wrote:
> DateTime.pm now sets the time zone to floating when it creates an object
> in the from_object() method.  I think it used to be UTC.  I'll release a
> new DT::TZ to handle this.

...speaking of which, is there any chance DateTime->now() can be changed to
default to the "local" time zone?  It seems to me that "now" probably means
"now, here" most of the time.  I don't have a single call to now() that
doesn't include time_zone => 'local'.

-John

Reply via email to