Aug. 25, 2022
4 a.m.
On 8/24/22 22:29, Paul Eggert via tz wrote:
On 8/23/22 13:25, W CUI via tz wrote:
the date command does not show any time zone on the host. It seems the server is at UTC time zone.
Please run the shell command 'LC_ALL=America/Los_Angeles truss date' and see where 'date' is looking for the TZif file containing data for Los Angeles. Most likely 'date' is looking at a directory other than where you installed the TZif files.
Oh, sorry, I gave you the wrong shell command. It should be: LC_ALL=C TZ=America/Los_Angeles truss date