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`