1
Fork 0
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:
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: 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'
```