Sha256: 83de3eda22e1c1d0adc9efd8cb87d8965fca45b1e99c44ac6f84cfb8d5b9d161

Contents?: true

Size: 643 Bytes

Versions: 3

Compression:

Stored size: 643 Bytes

Contents

# How to Contribute

* Bundler is used to manage dependencies.
* Tests can be run with the `rake` command.
* Write tests and create pull requests.

# How to Acquire New TZData Information

* Ensure system `tzdata` package is up to date with most recent release from [IANA](http://www.iana.org/time-zones).
* Run `bundle exec rake parse` to parse files in `posix/` directory into the local `data` directory.
* Commit changes. For an example, see [this commit](https://github.com/panthomakos/timezone/commit/5815112d7a6c8740844189db0f05281e9c98f58f).

# Notes

* How to read TZData IANA source files: http://www.cstdbill.com/tzdb/tz-how-to.html

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
timezone-1.3.7 CONTRIBUTING.markdown
timezone-1.3.6 CONTRIBUTING.markdown
timezone-1.3.5 CONTRIBUTING.markdown