Skip to content

Commit

Permalink
Merge pull request #6135 from LucasLarson/relative-dates
Browse files Browse the repository at this point in the history
docs: date: Remove unimplemented example
  • Loading branch information
cakebaker committed Mar 27, 2024
2 parents 2d7fa36 + 3bf5582 commit 595f4f9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/uu/date/date-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```

0 comments on commit 595f4f9

Please sign in to comment.