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
-6
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
```
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'
```