Retrieve ISO 8601 date via date utility

waldyrious/alt-syntax
Ben Ripkens 2015-12-05 21:20:22 +01:00
parent 4f1e98dde2
commit 96d7c1752d
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"`