Sha256: 833f901d0e5e8f3b0f3bb1358dc3b151905e926aa0265616071e9f103964b1af
Contents?: true
Size: 400 Bytes
Versions: 1
Compression:
Stored size: 400 Bytes
Contents
module TZInfo module Data # TZInfo::Data version information. module Version # The format of the Ruby modules. The only format currently supported by # TZInfo is version 1. FORMAT = 1 # The version of the {IANA Time Zone Database}[http://www.iana.org/time-zones] # used to generate this version of TZInfo::Data. TZDATA = '2014h' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tzinfo-data-1.2014.8 | lib/tzinfo/data/version.rb |