Sha256: 3714e6cd42622f2907166a75b1bf7c3d6db8b78e8215efba1acfef3e9b94bd7d

Contents?: true

Size: 526 Bytes

Versions: 21

Compression:

Stored size: 526 Bytes

Contents

require 'tzinfo/timezone_definition'

module TZInfo
  module Definitions
    module Africa
      module Ndjamena
        include TimezoneDefinition
        
        timezone 'Africa/Ndjamena' do |tz|
          tz.offset :o0, 3612, 0, :LMT
          tz.offset :o1, 3600, 0, :WAT
          tz.offset :o2, 3600, 3600, :WAST
          
          tz.transition 1911, 12, :o1, 17419697699, 7200
          tz.transition 1979, 10, :o2, 308703600
          tz.transition 1980, 3, :o1, 321314400
        end
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
tzinfo-0.3.9 lib/tzinfo/definitions/Africa/Ndjamena.rb