Sha256: a4eaec40308a9e2a98d50712d0c2250db846b6e15ee267cccbea5b01dc702040
Contents?: true
Size: 527 Bytes
Versions: 21
Compression:
Stored size: 527 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 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
21 entries across 21 versions & 2 rubygems