You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
operating system: linux, OpenWrt, a recent snapshot. An arm7 musl system.
What happens:
"Unable to determine time zone: No such file or directory (os error 2)" is printed to stdout.
What should happen:
This string should be logged, not shown--because time zones are an optional feature. The tool should still work with UTC.
If the string is printed, it should go to stderr, so it won't become part of output redirection. After all, the error message is not a file. It shouldn't be considered part of the data displayed by exa.
The text was updated successfully, but these errors were encountered:
lefth
added a commit
to lefth/exa
that referenced
this issue
Nov 24, 2021
No, I had to install time zone info and reboot. But thank you. And my point in filling this bug is that I don't expect to see error messages in every result on systems that don't have time zone into installed. ls doesn't do that, and other programs don't do that.
System:
ls -l
What happens:
"Unable to determine time zone: No such file or directory (os error 2)" is printed to stdout.
What should happen:
The text was updated successfully, but these errors were encountered: