Sha256: a42edf8cdc08feee9fcc5e892166065f21ebd96f9085486009f6e06949bfe321
Contents?: true
Size: 456 Bytes
Versions: 10
Compression:
Stored size: 456 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Asia module Thimphu include TimezoneDefinition timezone 'Asia/Thimphu' do |tz| tz.offset :o0, 21516, 0, :LMT tz.offset :o1, 19800, 0, :'+0530' tz.offset :o2, 21600, 0, :'+06' tz.transition 1947, 8, :o1, 17513368207, 7200 tz.transition 1987, 9, :o2, 560025000 end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems