HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/version.rb
module TZInfo
  module Data
    # TZInfo::Data version number.
    VERSION = '1.2020.4'

    # 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 = '2020d'
    end
  end
end