From eb7c0a3207f36fe61bbf294c89e7c7b8dc203aa1 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 6 Oct 2024 14:02:07 +0300 Subject: [PATCH] zdump: add page (#14017) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec --- pages/linux/zdump.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/zdump.md diff --git a/pages/linux/zdump.md b/pages/linux/zdump.md new file mode 100644 index 0000000000..dcf760a16c --- /dev/null +++ b/pages/linux/zdump.md @@ -0,0 +1,12 @@ +# zdump + +> Print timezone information. +> More information: . + +- Print the current time in a timezone: + +`zdump {{timezone}}` + +- Display help: + +`zdump --help`