RosettaCodeData/Task/Show-the-epoch/UNIX-Shell/show-the-epoch-2.sh
2023-07-01 13:44:08 -04:00

2 lines
77 B
Bash

$ TZ=UTC date --date "$(date +%s) seconds ago"
Thu Jan 1 00:00:00 UTC 1970