repo/extra/tzdata
Owen Rafferty 18d02eed93
tzdata: 2022d
2022-09-23 15:00:18 -05:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build tzdata: 2022c 2022-08-15 21:50:39 -05:00
checksums tzdata: 2022d 2022-09-23 15:00:18 -05:00
sources tzdata: 2022c 2022-08-15 21:50:39 -05:00
version tzdata: 2022d 2022-09-23 15:00:18 -05:00

README

tzdata
________________________________________________________________________________

The tz database is a collaborative compilation of information about the world's
time zones, primarily intended for use with computer programs and operating
systems. Paul Eggert is its current editor and maintainer, with the
organizational backing of ICANN. The tz database is also known as tzdata, the
zoneinfo database or IANA time zone database, and occasionally as the Olson
database, referring to the founding contributor, Arthur David Olson. [0]

Upstream: http://web.cs.ucla.edu/~eggert/tz/tz-link.htm


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Setup .................................................................. [002]
* Usage .................................................................. [003]
* References ............................................................. [004]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b tzdata                                                             |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Setup
________________________________________________________________________________

To set the timezone, run the following command substituting Zone and SubZone
for their respective values (look in /usr/share/zoneinfo to find them).

+------------------------------------------------------------------------------+
|                                                                              |
|  $ ln -sf /usr/share/zoneinfo/Zone/SubZone /etc/localtime                    |
|                                                                              |
+------------------------------------------------------------------------------+


[003] Usage
________________________________________________________________________________

Refer to the manual pages and command help output.


[004] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/Tz_database