Sha256: 53e0c13c9cb735f3edaea8adc5929abb9dbb0beabbd75de73a90ffbace6ac63f
Contents?: true
Size: 816 Bytes
Versions: 4
Compression:
Stored size: 816 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 Yangon include TimezoneDefinition timezone 'Asia/Yangon' do |tz| tz.offset :o0, 23080, 0, :LMT tz.offset :o1, 23080, 0, :RMT tz.offset :o2, 23400, 0, :'+0630' tz.offset :o3, 32400, 0, :'+09' tz.transition 1879, 12, :o1, -2840163880, 5200664903, 2160 tz.transition 1919, 12, :o2, -1577946280, 5232220343, 2160 tz.transition 1942, 4, :o3, -873268200, 116663051, 48 tz.transition 1945, 5, :o2, -778410000, 19452625, 8 end end end end end end
Version data entries
4 entries across 4 versions & 2 rubygems