We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment: Ubuntu 20.04, uutils main branch (git commit 00d1866), GNU coreutils v8.30
main
Steps to reproduce:
TZ=UTC0 touch -d '1970-07-08 09:10:11' f TZ=UTC0 ls -l --time-style="+%Z" f
What happens now: uutils ls shows a numeric offset for the timezone
ls
-rw-rw-r-- 1 jeffrey jeffrey 0 +00:00 f
What I expected to happen: GNU ls shows the timezone name
-rw-rw-r-- 1 jeffrey jeffrey 0 UTC f
Notes: This causes a failure in the GNU test file tests/ls/time-style.sh.
tests/ls/time-style.sh
We use the chrono package for time formatting. It seems that they have an open issue about this here chronotope/chrono#288
chrono
The text was updated successfully, but these errors were encountered:
Related to #5164
Sorry, something went wrong.
No branches or pull requests
Environment: Ubuntu 20.04, uutils
main
branch (git commit 00d1866), GNU coreutils v8.30Steps to reproduce:
What happens now: uutils
ls
shows a numeric offset for the timezoneWhat I expected to happen: GNU
ls
shows the timezone nameNotes: This causes a failure in the GNU test file
tests/ls/time-style.sh
.We use the
chrono
package for time formatting. It seems that they have an open issue about this here chronotope/chrono#288The text was updated successfully, but these errors were encountered: