Sha256: a1a328eae2bae57c527680c09fc76d51e08f347991d6422e7b1c9a84f3898682
Contents?: true
Size: 733 Bytes
Versions: 3
Compression:
Stored size: 733 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, -1830381795, 4645252849, 1920 tz.transition 2018, 1, :o3, 1514768400 end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems