Subject: | Cannot determine local time zone |
The error message "Cannot determine local time zone"
gives no indication Win32::TieRegistry isn't present, or that it is a
prerequisite.
This is probably because I installed DateTime::TimeZone with
Makefile.PL, and yours is auto-generated by Module::Build::Compat.
On the other hand, I'm not sure TieRegistry is needed at all
C:\>perl -MPOSIX -le"print POSIX::strftime(qw!%Z!, 0,0,0,0,0,0,0,0,0)"
Pacific Standard Time
C:\>perl -MPOSIX -le"print POSIX::strftime(qw!%Z!, 0,0,0,0,0,0,0,0,1)"
Pacific Daylight Time
C:\>perl -MPOSIX -le"print for POSIX::tzname()"
Pacific Standard Time
Pacific Daylight Time
Thanks