Sha256: 3feac57a85df627d701f60024d2e7b61e293663d30978072ac54481ef681c174

Contents?: true

Size: 450 Bytes

Versions: 1

Compression:

Stored size: 450 Bytes

Contents

# encoding: UTF-8

module TZInfo
  module Definitions
    module Africa
      module Bissau
        include TimezoneDefinition
        
        timezone 'Africa/Bissau' do |tz|
          tz.offset :o0, -3740, 0, :LMT
          tz.offset :o1, -3600, 0, :'-01'
          tz.offset :o2, 0, 0, :GMT
          
          tz.transition 1912, 1, :o1, 10451818987, 4320
          tz.transition 1975, 1, :o2, 157770000
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tzinfo-0.3.53 lib/tzinfo/definitions/Africa/Bissau.rb