Sha256: 43a4d48c540b4c96d9e050a79ac92993d35c7e3d8d73e7dfca6a78836b4c26e6
Contents?: true
Size: 400 Bytes
Versions: 67
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 = '2014f' end end end
Version data entries
67 entries across 63 versions & 26 rubygems