Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strzibny/tzinfo-data
Cross-platform database for timezone library tzinfo
https://github.com/strzibny/tzinfo-data
Last synced: 13 days ago
JSON representation
Cross-platform database for timezone library tzinfo
- Host: GitHub
- URL: https://github.com/strzibny/tzinfo-data
- Owner: strzibny
- License: mit
- Created: 2012-08-13T12:53:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-14T15:49:43.000Z (over 12 years ago)
- Last Synced: 2024-11-12T09:50:34.002Z (2 months ago)
- Language: Ruby
- Size: 3.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
= TZInfo-Data -- Cross-platform database for timezone library tzinfo
TZInfo-Data[http://tzinfo-data.rubyforge.org] uses the tz database
(http://www.twinsun.com/tz/tz-link.htm) to provide daylight-savings
aware transformations between times in different timezones for tzinfo.The tz database has been imported (using TZDataParser) and turned into a set of
Ruby modules (which are packaged with this release).== Example usage
This database (once installed) will be used automatically with tzinfo library
if zoneinfo database is not installed on your machine. This shouldn't be necessary
on UNIX-like machines that usually come with preinstalled zoneinfo.== Download
The latest version of TZInfo-Data can be found at
*
API documentation can be found at
*
== Installation
The preferred method of installing TZInfo-Data is through the GEM file (RubyGems[http://docs.rubygems.org/] required):
% gem install tzinfo-data-x.y.z.gem
or to automatically download and install:% gem install tzinfo-data --remote
== License
TZInfo-Data is released under the MIT[http://opensource.org/licenses/mit-license.html] license.
== Support
Please post to the TZInfo Users mailing list (http://rubyforge.org/mailman/listinfo/tzinfo-users)
if you require assistance or have any suggestions.Alternatively, you can contact the author Philip Ross directly at [email protected].