docs: date: Remove unimplemented example

also treated in #2685 and #3463

Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
This commit is contained in:
Lucas Larson 2024-03-26 13:44:23 -04:00
parent 2d7fa36aef
commit 3bf5582dbb
No known key found for this signature in database
GPG key ID: 534FA8DFC1C87463

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