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