Sha256: f0589d3272e4f5fdd87e74c0fa348b6e0a9bc5c62953594b272e112456b30307
Contents?: true
Size: 646 Bytes
Versions: 8
Compression:
Stored size: 646 Bytes
Contents
# encoding: UTF-8 module TZInfo 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, :JST tz.offset :o3, 32400, 0, :KST tz.transition 1908, 3, :o1, 3481966297, 1440 tz.transition 1911, 12, :o2, 116131303, 48 tz.transition 1945, 8, :o3, 19453529, 8 tz.transition 2015, 8, :o1, 1439564400 tz.transition 2018, 5, :o3, 1525446000 end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems