|
From: Helmut K. <hel...@is...> - 2018-08-05 19:40:43
|
Am 05.08.2018, 20:08 Uhr, schrieb Helmut Karlowski: > As far as I understand it /usr/share/zoneinfo/localtime has to be a copy > of or link to your timezone-file (in your case > /usr/share/zoneinfo/Europe/London). > > That's how it works for me (on aranym). I seem to have had issues with > tzinit too, and now it outputs some debue-messages: > > #/c/mint/tzinit > tzinit: do_utc=0,do_local=0 > tzset: name=Europe/Berlin > tzload: name=Europe/Berlin,TZDIR=/usr/share/zoneinfo > tzload: access name=/usr/share/zoneinfo/Europe/Berlin > tzload: open name=/usr/share/zoneinfo/Europe/Berlin > tzload: nread=2789 > localsub: timesub,tt_gmtoff=7200,tt_abbrind=0,chars='CEST' > tzset: name=Europe/Berlin > Current date and time: Sun Aug 5 21:02:26 2018 > Time zone in use: CEST > East of Greenwich Mean Time: 2:00:00 > Kernel clock mode: localtime With TZ unset I get: unset TZ 708|/charts}/c/mint/tzinit tzinit: do_utc=0,do_local=0 tzload: name=(null),TZDIR=/usr/share/zoneinfo tzload: access name=/usr/share/zoneinfo/localtime tzload: open name=/usr/share/zoneinfo/localtime tzload: nread=2789 localsub: timesub,tt_gmtoff=7200,tt_abbrind=0,chars='CEST' Current date and time: Sun Aug 5 21:37:53 2018 Time zone in use: CEST East of Greenwich Mean Time: 2:00:00 Kernel clock mode: localtime which seems to prove my point ... -Helmut -- |