Sha256: f6cfc51d30339cd2bcca15b13b8236719c43cf57944d9f8da47d14795d8ae766
Contents?: true
Size: 438 Bytes
Versions: 242
Compression:
Stored size: 438 Bytes
Contents
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, :IST tz.offset :o2, 20700, 0, :NPT tz.transition 1919, 12, :o1, 52322204081, 21600 tz.transition 1985, 12, :o2, 504901800 end end end end end
Version data entries
242 entries across 165 versions & 17 rubygems