Sha256: bd1aef8cc5bcfc27216e03da355618ea21589ded960cdbb7b5d514c09b18b2da
Contents?: true
Size: 507 Bytes
Versions: 18
Compression:
Stored size: 507 Bytes
Contents
# encoding: UTF-8 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
18 entries across 18 versions & 2 rubygems