Bug #9590
Fix zone_info_unix() from glib/gtimezone.c of glib sources
Start date:
2018-06-12
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Description
glib's zone_info_unix()
assumes /usr/share/zoneinfo
, however we have /usr/share/lib/zoneinfo
.
Also, in some cases the function looks for /etc/localtime
symlink pointing to system timezone, however we use /etc/TIMEZONE
symlink pointing to /etc/default/init
, which contains TZ
variable in the expected format.
No data to display