Subject: | t/04local.t: incompatible with DateTime::TimeZone::local::hpux |
t/04local.t makes the assumption that DateTime::TimeZone->links() gives
valid values for $ENV{TZ}.
However the $ENV{TZ} namespace for HPUX is different so most
DateTime::TimeZone names makes invalid DateTime::TimeZone::HPUX names.
More importantly, there could be a conflict between an OS value and the
DT::TZ values so the OS-dependent module could be used to workaround
bugs. For example, assuming in the test case that $ENV{TZ}='AST4' gives
'AST4' as the TimeZone name is wrong as the OS dependent implementation
may choose a different mapping.
--
Olivier Mengué - http://o.mengue.free.fr/