Sha256: 95d765289184a66ba81c98b4b4a646de7ac484616ee16558a9de5fa6df5e505d
Contents?: true
Size: 457 Bytes
Versions: 8
Compression:
Stored size: 457 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, :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
8 entries across 8 versions & 2 rubygems