mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
docs/date ~ convert usage text document to a markdown text segment
This commit is contained in:
parent
3fb8a37ace
commit
b418f19c2d
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
# `date` usage
|
||||||
|
|
||||||
|
<!-- spell-checker:ignore (format) hhmm -->
|
||||||
|
|
||||||
|
``` text
|
||||||
FORMAT controls the output. Interpreted sequences are:
|
FORMAT controls the output. Interpreted sequences are:
|
||||||
|
|
||||||
%% a literal %
|
%% a literal %
|
||||||
|
@ -70,3 +75,4 @@ Show the time on the west coast of the US (use tzselect(1) to find TZ)
|
||||||
|
|
||||||
Show the local time for 9AM next Friday on the west coast of the US
|
Show the local time for 9AM next Friday on the west coast of the US
|
||||||
$ date --date='TZ="America/Los_Angeles" 09:00 next Fri'
|
$ date --date='TZ="America/Los_Angeles" 09:00 next Fri'
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue