Merge pull request #346 from bripkens/patch-1

Retrieve ISO 8601 date via date utility
waldyrious/alt-syntax
Waldir Pimenta 2015-12-06 18:02:06 +00:00
commit 75b30eef4f
1 changed files with 2 additions and 2 deletions

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"`