Sha256: f3b2679905a0be6577d3f967b90eecff15415ae4a1a6c585903da0619d2578b2
Contents?: true
Size: 854 Bytes
Versions: 6
Compression:
Stored size: 854 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 end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems