From 3bf5582dbbe7ddd2aba8335882ed277850dfbb53 Mon Sep 17 00:00:00 2001 From: Lucas Larson Date: Tue, 26 Mar 2024 13:44:23 -0400 Subject: [PATCH] docs: date: Remove unimplemented example also treated in #2685 and #3463 Signed-off-by: Lucas Larson --- src/uu/date/date-usage.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/uu/date/date-usage.md b/src/uu/date/date-usage.md index bf2dc469d..109bfd398 100644 --- a/src/uu/date/date-usage.md +++ b/src/uu/date/date-usage.md @@ -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' -```