Sha256: 7f6a73b8a40e766ec0ff0cd09dcd1b937b1a290befd7b4b87c5e9d06d1e6c051
Contents?: true
Size: 549 Bytes
Versions: 8
Compression:
Stored size: 549 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Africa module Monrovia include TimezoneDefinition timezone 'Africa/Monrovia' do |tz| tz.offset :o0, -2588, 0, :LMT tz.offset :o1, -2588, 0, :MMT tz.offset :o2, -2670, 0, :LRT tz.offset :o3, 0, 0, :GMT tz.transition 1882, 1, :o1, 52022445047, 21600 tz.transition 1919, 3, :o2, 52315600247, 21600 tz.transition 1972, 5, :o3, 73529070 end end end end end
Version data entries
8 entries across 8 versions & 2 rubygems