Sha256: 422699df7883126e85d41df538241eb90cc63bdc85061826d2dbb1162db9a36a
Contents?: true
Size: 503 Bytes
Versions: 4
Compression:
Stored size: 503 Bytes
Contents
require 'time_crisis/tzinfo/timezone_definition' module TimeCrisis::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
4 entries across 4 versions & 1 rubygems