diff --git a/pages/linux/tzselect.md b/pages/linux/tzselect.md new file mode 100644 index 0000000000000..b5354c88783a8 --- /dev/null +++ b/pages/linux/tzselect.md @@ -0,0 +1,12 @@ +# tzselect + +> Interactively select timezone. +> More information: . + +- Open the interactive menu for timezone selection: + +`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 0000000000000..c2c6273b65693 --- /dev/null +++ b/pages/linux/zic.md @@ -0,0 +1,12 @@ +# zic + +> Compile timezones into binary files. +> More information: . + +- Compile a timezone file from directory: + +`zic -d {{path/to/file}}.infile` + +- Report warnings during compilation of a specific file: + +`zic -v {{path/to/file}}.infile`