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:
parent
01c9749ccb
commit
695d97115f
2 changed files with 25 additions and 0 deletions
13
pages/linux/tzselect.md
Normal file
13
pages/linux/tzselect.md
Normal 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
12
pages/linux/zic.md
Normal 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`
|
Loading…
Add table
Reference in a new issue