S
Systems Programming
Rust, C, C++, Go, and low-level programming
'date' - print or set date and time - Video Man Pages
The 'date' command prints or sets the date and time. - Print the current date/time, using the default locale's format: date +%c - Print the current date/time in UTC, using default format: date -u - Print the current date/time in UTC, using the ISO 8601 format: date -u +%Y-%m-%dT%H:%M:%S%Z...