Sha256: bf5a3a91b1b3906a54267696167949ca14f557ca8fdc799f642e7da8bd73ea15
Contents?: true
Size: 493 Bytes
Versions: 4
Compression:
Stored size: 493 Bytes
Contents
require 'time_crisis/tzinfo/timezone_definition' module TimeCrisis::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, :IST tz.offset :o2, 21600, 0, :BTT tz.transition 1947, 8, :o1, 17513368207, 7200 tz.transition 1987, 9, :o2, 560025000 end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems