Sha256: d5b3668b86ccd8ab571138bb8919ad37b5350445fcb803b22f01cbfa26dab797
Contents?: true
Size: 500 Bytes
Versions: 239
Compression:
Stored size: 500 Bytes
Contents
module TZInfo module Definitions module Indian module Antananarivo include TimezoneDefinition timezone 'Indian/Antananarivo' do |tz| tz.offset :o0, 11404, 0, :LMT tz.offset :o1, 10800, 0, :EAT tz.offset :o2, 10800, 3600, :EAST tz.transition 1911, 6, :o1, 52255116749, 21600 tz.transition 1954, 2, :o2, 7304404, 3 tz.transition 1954, 5, :o1, 7304677, 3 end end end end end
Version data entries
239 entries across 162 versions & 17 rubygems