Sha256: 581f39201acf4393fe72e32c4534155bbde9ad72f04f9b6461095c546eff9b86
Contents?: true
Size: 778 Bytes
Versions: 4
Compression:
Stored size: 778 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (http://www.iana.org/time-zones). module TZInfo module Data module Definitions module Africa module Sao_Tome include TimezoneDefinition timezone 'Africa/Sao_Tome' do |tz| tz.offset :o0, 1616, 0, :LMT tz.offset :o1, -2205, 0, :LMT tz.offset :o2, 0, 0, :GMT tz.offset :o3, 3600, 0, :WAT tz.transition 1883, 12, :o1, -2713912016, 13009552999, 5400 tz.transition 1912, 1, :o2, -1830384000, 4838805, 2 tz.transition 2018, 1, :o3, 1514768400 tz.transition 2019, 1, :o2, 1546304400 end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems