Sha256: fcf894702791b5efdcd3571229530bdccafe600b4a7a8740b8c8a69bee03f1f3
Contents?: true
Size: 538 Bytes
Versions: 21
Compression:
Stored size: 538 Bytes
Contents
require 'tzinfo/timezone_definition' 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
21 entries across 21 versions & 1 rubygems