Sha256: de6d746afcc08f6be316dafc58f5baaaa1ad1ef76fa736a820d92b42193d8f6f
Contents?: true
Size: 479 Bytes
Versions: 21
Compression:
Stored size: 479 Bytes
Contents
require 'tzinfo/timezone_definition' module TZInfo module Definitions module Africa module Luanda include TimezoneDefinition timezone 'Africa/Luanda' do |tz| tz.offset :o0, 3176, 0, :LMT tz.offset :o1, 3124, 0, :AOT tz.offset :o2, 3600, 0, :WAT tz.transition 1891, 12, :o1, 26050663403, 10800 tz.transition 1911, 5, :o2, 52254341219, 21600 end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems