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
--universal(or --utc) doesn't work to set the time zone to UTC TZ=Etc/UTC still works
--universal
--utc
TZ=Etc/UTC
$ uu-date --universal --date @0 Wed Dec 31 19:00:00 1969 $ TZ=Etc/UTC uu-date --date @0 Thu Jan 1 00:00:00 1970 #GNU $ date --universal --date @0 Thu Jan 1 00:00:00 UTC 1970
The text was updated successfully, but these errors were encountered:
date: fix date get timezone error while set utc time (uutils#6495)
e4ec608
Merge pull request #6503 from CausingBrick/issue-6495
69b603b
date: fix date get timezone error while set utc time (#6495)
Successfully merging a pull request may close this issue.
--universal
(or--utc
) doesn't work to set the time zone to UTCTZ=Etc/UTC
still worksThe text was updated successfully, but these errors were encountered: