Sha256: a142430ec957c5355c40778a1802b8972b94d598cf2d8ec634732641e7872387
Contents?: true
Size: 905 Bytes
Versions: 12
Compression:
Stored size: 905 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 Asia module Pyongyang include TimezoneDefinition timezone 'Asia/Pyongyang' do |tz| tz.offset :o0, 30180, 0, :LMT tz.offset :o1, 30600, 0, :KST tz.offset :o2, 32400, 0, :JCST tz.offset :o3, 32400, 0, :JST tz.offset :o4, 32400, 0, :KST tz.transition 1908, 3, :o1, -1948782180, 3481966297, 1440 tz.transition 1911, 12, :o2, -1830414600, 116131303, 48 tz.transition 1937, 9, :o3, -1017824400, 19430457, 8 tz.transition 1945, 8, :o4, -768646800, 19453529, 8 tz.transition 2015, 8, :o1, 1439564400 end end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems