Flavio S. Glock wrote: > > the problem is that the default timezone for > now() is UTC, even if my TZ is set to another timezone... >
DateTime now() says: The default time zone is "floating". However (tested in RedHat, Debian and FreeBSD): perl -MDateTime -e ' print DateTime->now->time_zone_long_name ' # UTC - Flavio S. Glock
