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