Sha256: 61b66d254319bf62a1fabc9db69d70bb5f03ed48628bfb0ac95c98f08400e28c
Contents?: true
Size: 363 Bytes
Versions: 10
Compression:
Stored size: 363 Bytes
Contents
# encoding: UTF-8 module TZInfo 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, 4871735, 2 end end end end end
Version data entries
10 entries across 10 versions & 2 rubygems