tz database
Sign in to saveAlso known as zoneinfo database, IANA Time Zone Database, Olson tz database, Olson database, IANA tz database, Time Zone Database, TZDB
世界の時間帯に関する情報の共同編集
Source code
“Where do I set the hands of the clock?” – Les Tremayne as The King “Oh that – you can set them any place you want.” – Frank Baxter as The Scientist (from the Bell System film “About Time”) The Time Zone Database (called tz, tzdb or zoneinfo) contains code and data that represent the history of local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules. See or the file tz-link.html for how to acquire the code and data. Once acquired, read the leading comments in the file ‘Makefile’ and make any changes needed to make things right for your system, especially when using a platform other than current GNU/Linux. See the file tz-how-to.html for examples of how to read the data files. Give an idea of the variety of local time rules that have existed in the past and thus may be expected in the future. The information in the time zone data files is by no means authoritative; fixes and enhancements are welcome. Please see the file CONTRIBUTING for details. Thanks to these Time Zone Caballeros who’ve made major contributions to the time conversion package: Keith Bostic; Bob Devine; Paul Eggert; Robert Elz; Guy Harris; Mark Horton; John Mackin; and Bradley White. Thanks also to Michael Bloom, Art Neilson, Stephen Prince, John Sovereign, and Frank Wales for testing work, and to Gwillim Law for checking local mean time data. Thanks in particular to Arthur David Olson, the project’s founder and first maintainer, to whom the time zone community owes the greatest debt of all. None of them are responsible for remaining errors. This file is in the public domain, so clarified as of 2009-05-17 by Arthur David Olson. The other files in this distribution are either public domain or BSD licensed; see the file LICENSE for details.
Excerpt from the source-code README · 2,433 chars · not written by Vinony
Wikidata facts
- Instance of
- database
- Official website
- www.iana.org/time-zones
Show 6 more facts
- software version identifier
- 2026b
- topic's main category
- Category:Tz database
- source code repository URL
- github.com/eggert/tz
- programmed in
- Q15777
- copyright license
- 3-clause BSD License
- mailing list archive URL
- mm.icann.org/pipermail/tz
via Wikidata · CC0
Article · 日本語
Time Zone Database(元々はtz databaseと呼ばれていた)とは、IANAが管理している、世界各地域の標準時や常用時の時間帯(time zone、タイムゾーン)情報を収録したデータベースである。主にコンピュータ・プログラムやオペレーティングシステムでの利用を意図している。tz、tzdb、tzdata、zoneinfo databaseなどとも呼ばれる。 元々は、アーサー・デイヴィッド・オルソン(Arthur David Olson)が開始したプロジェクトであり、1980年代より複数のボランティアにより更新され続けていた。その事にちなみOlson databaseとも呼ばれる。2011年10月14日よりICANNのIANAが管理することとなった。ポール・エッガート(Paul Eggert)と Tim Parenti が現在のTime Zone Databaseの編集者兼管理者である。 最も目に付く特徴は、ポール・エッガートにより設計されたタイムゾーンの統一的命名規則である。例えば、"America/New_York"や"Europe/Paris"というような表記法である。データベースは、歴史的な(経年変化を記録した)タイムゾーンならびに1970年のUNIXエポックタイム(1970年1月1日0時0分0秒 UTC)からの、全ての常用時の変更を記録するよう企図されている。また、夏時間のような標準時の変化を示す遷移(transition)情報も含まれ、閏秒でさえも記録されている。
Abstract from DBpedia / Wikipedia · CC BY-SA