Sha256: c5495d743d2626862e6911167af8ce7b77c07e8ab9a7bf24169f42149fc324be
Contents?: true
Size: 223 Bytes
Versions: 6
Compression:
Stored size: 223 Bytes
Contents
require 'tzinfo/timezone' require 'tzinfo/definitions/Etc/GMT' module TZInfo module Definitions #:nodoc: module Etc #:nodoc: class GMT0 < Definitions::Etc::GMT #:nodoc: set_identifier('Etc/GMT0') end end end end
Version data entries
6 entries across 6 versions & 1 rubygems