mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 21:22:09 +02:00

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
12 lines
261 B
Markdown
12 lines
261 B
Markdown
# 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`
|