On a fresh GhostBSD install, the terminal shows the correct local time (CEST), and /etc/localtime
is correctly set to my time zone: Europe/Brussels
. However, file modification times shown in Caja are 2 hours behind.
Looking at chatgpt, he solve the problem doing this: export TZ="Europe/Brussels"
to ~/.xprofile
.
But Caja and all GUI apps should inherit the correct local timezone from the system or session environment, No ?
Regards