Newer
Older
2018-fumichan-thesis / form-sample / vendor / bundle / ruby / 2.5.0 / gems / tzinfo-1.2.5 / test / tzinfo-data / tzinfo / data / definitions / Etc / GMT__m__1.rb
# encoding: UTF-8

# This file contains data derived from the IANA Time Zone Database
# (http://www.iana.org/time-zones).

module TZInfo
  module Data
    module Definitions
      module Etc
        module GMT__m__1
          include TimezoneDefinition
          
          timezone 'Etc/GMT-1' do |tz|
            tz.offset :o0, 3600, 0, :'GMT-1'
            
          end
        end
      end
    end
  end
end