1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 17:55:30 +02:00

Merge pull request #346 from bripkens/patch-1

Retrieve ISO 8601 date via date utility
This commit is contained in:
Waldir Pimenta 2015-12-06 18:02:06 +00:00
commit 75b30eef4f

View file

@ -6,6 +6,6 @@
`date +"%c"`
- Display the date using a custom format
- Display the date in UTC and ISO 8601 format
`date +"%d/%m/%Y %H:%M:%S"`
`date -u +"%Y-%m-%dT%H:%M:%SZ"`