Problem:

Programs running inside chroot(2) jail can not access system time zone definition from '/etc/localtime'
or other time zone data directories such as '/usr/share/zoneinfo/'. As a result, these programs rely on
the POSIX TZ environment variable for accessing system time zone definition.
See:

In the absence of TZ, applications either fall back to UTC times or report incorrect times.
Currently, there is no standard method for a user to query current system time zone definition
and appropriately set the TZ environment variable, as:

Solutions:

There are multiple ways to address this problem:

None: NewTimeZoneAPI (last edited 2014-04-14 09:38:52 by pjp)