Sha256: 57abe092a654e96bdcc0d924a6b86e8879c48407a477a660c26f946c18ed68f7
Contents?: true
Size: 813 Bytes
Versions: 26
Compression:
Stored size: 813 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Africa module Lagos include TimezoneDefinition timezone 'Africa/Lagos' do |tz| tz.offset :o0, 815, 0, :LMT tz.offset :o1, 0, 0, :GMT tz.offset :o2, 1800, 0, :'+0030' tz.offset :o3, 3600, 0, :WAT tz.transition 1905, 6, :o1, -2035584815, 41766235037, 17280 tz.transition 1908, 7, :o0, -1940889600, 4836247, 2 tz.transition 1913, 12, :o2, -1767226415, 41819906717, 17280 tz.transition 1919, 8, :o3, -1588465800, 116265719, 48 end end end end end end
Version data entries
26 entries across 26 versions & 5 rubygems