Sha256: 40c4c8f93c8415bdecbe057df4f0d44e5883022fb1d8a7035b662f16d984db5d
Contents?: true
Size: 528 Bytes
Versions: 9
Compression:
Stored size: 528 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 Antarctica module Syowa include TimezoneDefinition timezone 'Antarctica/Syowa' do |tz| tz.offset :o0, 0, 0, :'-00' tz.offset :o1, 10800, 0, :'+03' tz.transition 1957, 1, :o1, -407808000, 4871735, 2 end end end end end end
Version data entries
9 entries across 9 versions & 2 rubygems