1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Merge pull request #6135 from LucasLarson/relative-dates

docs: date: Remove unimplemented example
This commit is contained in:
Daniel Hofstetter 2024-03-27 08:22:03 +01:00 committed by GitHub
commit 595f4f98af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,9 +79,3 @@ Show the time on the west coast of the US (use tzselect(1) to find TZ)
``` ```
TZ='America/Los_Angeles' date TZ='America/Los_Angeles' date
``` ```
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'
```