Sha256: 9d1e6f32082414c4d85464d9c24c536c67a380f480dee6bcea9cb32ad170969f
Contents?: true
Size: 911 Bytes
Versions: 4
Compression:
Stored size: 911 Bytes
Contents
require 'time_crisis/tzinfo/timezone_definition' module TimeCrisis::TZInfo module Definitions module Asia module Dhaka include TimezoneDefinition timezone 'Asia/Dhaka' do |tz| tz.offset :o0, 21700, 0, :LMT tz.offset :o1, 21200, 0, :HMT tz.offset :o2, 23400, 0, :BURT tz.offset :o3, 19800, 0, :IST tz.offset :o4, 21600, 0, :DACT tz.offset :o5, 21600, 0, :BDT tz.offset :o6, 21600, 3600, :BDST tz.transition 1889, 12, :o1, 2083422167, 864 tz.transition 1941, 9, :o2, 524937943, 216 tz.transition 1942, 5, :o3, 116663723, 48 tz.transition 1942, 8, :o2, 116668957, 48 tz.transition 1951, 9, :o4, 116828123, 48 tz.transition 1971, 3, :o5, 38772000 tz.transition 2009, 6, :o6, 1245430800 end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems