uutils / coreutils

Cross-platform Rust rewrite of the GNU coreutils
https://uutils.github.io/
MIT License
17.6k stars 1.27k forks source link

date: --universal not working #6495

Closed rrconkle closed 3 months ago

rrconkle commented 3 months ago

--universal(or --utc) doesn't work to set the time zone to UTC TZ=Etc/UTC still works

$ 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