docs/date ~ convert usage text document to a markdown text segment

This commit is contained in:
Roy Ivy III 2021-05-30 18:28:33 -05:00
parent 3fb8a37ace
commit b418f19c2d

View file

@ -1,3 +1,8 @@
# `date` usage
<!-- spell-checker:ignore (format) hhmm -->
``` text
FORMAT controls the output. Interpreted sequences are:
%% 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
$ date --date='TZ="America/Los_Angeles" 09:00 next Fri'
```