Sha256: af99516682ca2ed329773b498a51efb31465f76bc5fa958b8b99dcf34d31034c
Contents?: true
Size: 517 Bytes
Versions: 2
Compression:
Stored size: 517 Bytes
Contents
module TZInfo module Data # TZInfo::Data version number. VERSION = '1.2023.3' # 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 = '2023c' end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
fluent-plugin-google-cloud-logging-on-prem-0.1.0 | vendor/ruby/3.1.0/gems/tzinfo-data-1.2023.3/lib/tzinfo/data/version.rb |
tzinfo-data-1.2023.3 | lib/tzinfo/data/version.rb |