Sha256: 3be8cd871ecbcabf67e775e2eff01af84c72bd0fd7ce843e10fccf5e928d9ef1
Contents?: true
Size: 727 Bytes
Versions: 5
Compression:
Stored size: 727 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 end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems