Sha256: c5cdedc6d9b624baa402bf42c3fc1a7bb8c8d98a86a3da248c918b88d5b54616
Contents?: true
Size: 610 Bytes
Versions: 9
Compression:
Stored size: 610 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Asia module Yangon include TimezoneDefinition timezone 'Asia/Yangon' do |tz| tz.offset :o0, 23087, 0, :LMT tz.offset :o1, 23087, 0, :RMT tz.offset :o2, 23400, 0, :'+0630' tz.offset :o3, 32400, 0, :'+09' tz.transition 1879, 12, :o1, 208026596113, 86400 tz.transition 1919, 12, :o2, 209288813713, 86400 tz.transition 1942, 4, :o3, 116663051, 48 tz.transition 1945, 5, :o2, 19452625, 8 end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems