mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
261 B
Markdown
13 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`
|