Sha256: aa59c86c89ad9f4c5236b64cde867447c18fc99c048bcc286b0c9bef93bfa57a
Contents?: true
Size: 1.22 KB
Versions: 22
Compression:
Stored size: 1.22 KB
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 Asia module Tokyo include TimezoneDefinition timezone 'Asia/Tokyo' do |tz| tz.offset :o0, 33539, 0, :LMT tz.offset :o1, 32400, 0, :JST tz.offset :o2, 32400, 0, :JCST tz.offset :o3, 32400, 3600, :JDT tz.transition 1887, 12, :o1, -2587712400, 19285097, 8 tz.transition 1895, 12, :o2, -2335251600, 19308473, 8 tz.transition 1937, 9, :o1, -1017824400, 19430457, 8 tz.transition 1948, 5, :o3, -683794800, 58384157, 24 tz.transition 1948, 9, :o1, -672393600, 14596831, 6 tz.transition 1949, 4, :o3, -654764400, 58392221, 24 tz.transition 1949, 9, :o1, -640944000, 14599015, 6 tz.transition 1950, 5, :o3, -620290800, 58401797, 24 tz.transition 1950, 9, :o1, -609494400, 14601199, 6 tz.transition 1951, 5, :o3, -588841200, 58410533, 24 tz.transition 1951, 9, :o1, -578044800, 14603383, 6 end end end end end end
Version data entries
22 entries across 22 versions & 1 rubygems