1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-22 23:55:30 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 25 additions and 0 deletions

13
pages/linux/tzselect.md Normal file
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
pages/linux/zic.md Normal file
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`