Sha256: c6a1c057ee6a282fbb4d77cca21cacd657a9aee27324629904b328eb9c1ecab7
Contents?: true
Size: 429 Bytes
Versions: 234
Compression:
Stored size: 429 Bytes
Contents
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, :WAT tz.offset :o2, 0, 0, :GMT tz.transition 1911, 5, :o1, 10450868587, 4320 tz.transition 1975, 1, :o2, 157770000 end end end end end
Version data entries
234 entries across 161 versions & 17 rubygems