From 695d97115fc0601d2c69d2942a6cc62ea7aab574 Mon Sep 17 00:00:00 2001 From: Angad Singh Grover <127680876+angadsgrover@users.noreply.github.com> Date: Tue, 29 Oct 2024 04:38:21 +0800 Subject: [PATCH] zic, tzselect: add page (#14312) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/tzselect.md | 13 +++++++++++++ pages/linux/zic.md | 12 ++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 pages/linux/tzselect.md create mode 100644 pages/linux/zic.md diff --git a/pages/linux/tzselect.md b/pages/linux/tzselect.md new file mode 100644 index 0000000000..0fb8db904c --- /dev/null +++ b/pages/linux/tzselect.md @@ -0,0 +1,13 @@ +# tzselect + +> Interactively select timezone. +> Note: this program doesn't actually set the timezone. +> More information: . + +- Open the interactive menu for timezone selection and print the selected timezone to `stdout`: + +`tzselect` + +- Ask for nearest timezone to coordinates in ISO 6709 notation: + +`tzselect -c {{coordinates}}` diff --git a/pages/linux/zic.md b/pages/linux/zic.md new file mode 100644 index 0000000000..1c59a3099e --- /dev/null +++ b/pages/linux/zic.md @@ -0,0 +1,12 @@ +# zic + +> Compile timezones into binary files. +> More information: . + +- Compile a timezone file from a directory: + +`zic -d {{path/to/directory}}` + +- Report warnings during compilation of a specific file: + +`zic -v {{path/to/file}}.infile`