mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 20:55:51 +02:00
date: convert specific date to timestamp (#2697)
This commit is contained in:
parent
653377d521
commit
6fea929b14
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@
|
|||
- Display a specific date (represented as a Unix timestamp) using the default format:
|
||||
|
||||
`date -d @1473305798`
|
||||
|
||||
- Convert a specific date to the Unix timestamp format:
|
||||
|
||||
`date -d "{{2018-09-01 00:00}}" +%s --utc`
|
||||
|
|
Loading…
Add table
Reference in a new issue