TZInfo::Data - Timezone Data for TZInfo https://github.com/tzinfo/tzinfo-data
Go to file
Phil Ross 5e837b3256 Update to tzdata version 2022f.
https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html
2022-10-29 17:10:33 +01:00
.github/workflows Replace deprecated uses of set-output. 2022-10-21 19:50:43 +01:00
lib/tzinfo Update to tzdata version 2022f. 2022-10-29 17:10:33 +01:00
test Handle failure indications output by zdump 2022a. 2022-03-17 20:53:01 +00:00
.editorconfig Remove trailing whitespace from (non-generated) source files. 2018-12-24 20:37:31 +00:00
.gitignore Download the Time Zone Database release files when building and testing. 2019-01-09 22:47:59 +00:00
.yardopts Add a CONTRIBUTING.md file. 2016-03-15 20:36:25 +00:00
CONTRIBUTING.md Add a CONTRIBUTING.md file. 2016-03-15 20:36:25 +00:00
Gemfile Use GitHub Actions for CI. 2021-11-08 20:54:38 +00:00
LICENSE Update copyright years. 2022-01-15 20:20:06 +00:00
README.md Use GitHub Actions for CI. 2021-11-08 20:54:38 +00:00
Rakefile Use File.exist? instead of File.exists?. 2022-01-15 20:27:48 +00:00
gem-public_cert.pem Replace expired gem signing certificate. 2020-04-24 23:05:21 +01:00
tzdb-gpg-keys.asc Update the tzdb gpg key. 2021-09-25 19:17:53 +01:00
tzinfo-data.gemspec Eliminate warnings caused by Object#untaint deprecation. 2020-04-24 20:37:10 +01:00

README.md

TZInfo::Data - Timezone Data for TZInfo

RubyGems Tests

TZInfo::Data is the public domain IANA Time Zone Database packaged as a set of Ruby modules for use with TZInfo.

If TZInfo::Data is installed, TZInfo will automatically use it as its source of time zone data. If TZInfo::Data is not available, TZInfo will attempt to use the system zoneinfo files instead. Please refer to the TZInfo documentation for further details.

Installation

The TZInfo::Data gem can be installed by running:

gem install tzinfo-data

License

TZInfo::Data is released under the MIT license, see LICENSE for details.

Timezone data is based on the public domain IANA Time Zone Database.

Source Code

Source code for TZInfo::Data is available on GitHub.

Issue Tracker

Please post any bugs, issues, feature requests or questions to the GitHub issue tracker.