It seems to me the issue from #453 (not reading the TZ variable) reoccurred. If not, please tell me if/what I can do.
Somehow this is doubly weird, as the fallback /etc/localtime does exist. See for yourself:
pars@artus ~/text_zeug (master)> exa -lahF
Unable to determine time zone: No such file or directory (os error 2)
Permissions Size User Date Modified Name
drwxr-xr-x - pars 19 Mar 14:19 .git/
.rw-r--r-- 0 pars 19 Mar 14:19 .git-blame-ignore-revs
...
omitted
...
pars@artus ~/text_zeug (master)> echo $TZ
Europe/Berlin
pars@artus ~/text_zeug (master)> exa --version
exa - list files on the command-line
v0.10.1 [+git]
https://the.exa.website/
pars@artus ~> exa -lahF /etc/localtime
Unable to determine time zone: No such file or directory (os error 2)
Permissions Size User Date Modified Name
lrwxrwxrwx 27 root 22 Mar 07:44 /etc/localtime -> /etc/zoneinfo/Europe/Berlin
OS: NixOS 21.11, installed exa through cargo
Configuration can be found at configs, machine is artus.
It seems to me the issue from #453 (not reading the
TZvariable) reoccurred. If not, please tell me if/what I can do.Somehow this is doubly weird, as the fallback
/etc/localtimedoes exist. See for yourself:OS: NixOS 21.11, installed
exathroughcargoConfiguration can be found at configs, machine is
artus.