mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 08:35:31 +02:00
Retrieve ISO 8601 date via date utility
This commit is contained in:
parent
4f1e98dde2
commit
96d7c1752d
1 changed files with 2 additions and 2 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Reference in a new issue