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>
This commit is contained in:
Angad Singh Grover
2024-10-29 04:38:21 +08:00
committed by GitHub
parent 01c9749ccb
commit 695d97115f
2 changed files with 25 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# tzselect
> Interactively select timezone.
> Note: this program doesn't actually set the timezone.
> More information: <https://manned.org/tzselect>.
- 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}}`
+12
View File
@@ -0,0 +1,12 @@
# zic
> Compile timezones into binary files.
> More information: <https://manned.org/zic>.
- 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`