Sha256: f2c084e09b2611148886f2f103a691bea019daf19572469265c8a9109a1b1cdc
Contents?: true
Size: 465 Bytes
Versions: 10
Compression:
Stored size: 465 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Asia module Kathmandu include TimezoneDefinition timezone 'Asia/Kathmandu' do |tz| tz.offset :o0, 20476, 0, :LMT tz.offset :o1, 19800, 0, :'+0530' tz.offset :o2, 20700, 0, :'+0545' tz.transition 1919, 12, :o1, 52322204081, 21600 tz.transition 1985, 12, :o2, 504901800 end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems