Sha256: d62cf76871edc77d55e87575a347613f3da0f6a3a3bdcef320ec58d34a179bb2
Contents?: true
Size: 626 Bytes
Versions: 33
Compression:
Stored size: 626 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 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, -1577943676, 52322204081, 21600 tz.transition 1985, 12, :o2, 504901800 end end end end end end
Version data entries
33 entries across 33 versions & 1 rubygems