Sha256: dfd4cc7963fa5ed45c6a61a6edc1eda7ad0718c727a8c0e723e4fe9c22b213ea
Contents?: true
Size: 517 Bytes
Versions: 5
Compression:
Stored size: 517 Bytes
Contents
module TZInfo module Data # TZInfo::Data version number. VERSION = '1.2024.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 = '2024a' end end end
Version data entries
5 entries across 5 versions & 4 rubygems