Sha256: 21f9865210642b85024f0ba3ab87ee158c16d91640a4eeb5b9364ac305f949e0
Contents?: true
Size: 945 Bytes
Versions: 11
Compression:
Stored size: 945 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, :KST tz.offset :o3, 28800, 0, :KST tz.transition 1889, 12, :o1, -2524551780, 3472370137, 1440 tz.transition 1904, 11, :o2, -2053931400, 116007127, 48 tz.transition 1927, 12, :o1, -1325494800, 19401969, 8 tz.transition 1931, 12, :o2, -1199262600, 116481943, 48 tz.transition 1954, 3, :o3, -498128400, 19478577, 8 tz.transition 1961, 8, :o2, -264931200, 14625127, 6 end end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems