Sha256: 895dd525c26312e55e335e2cab5105498f741a30cb069dd06a704279c427c8e8
Contents?: true
Size: 1.13 KB
Versions: 21
Compression:
Stored size: 1.13 KB
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 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, -2524543300, 2083422167, 864 tz.transition 1941, 9, :o2, -891582800, 524937943, 216 tz.transition 1942, 5, :o3, -872058600, 116663723, 48 tz.transition 1942, 8, :o2, -862637400, 116668957, 48 tz.transition 1951, 9, :o4, -576138600, 116828123, 48 tz.transition 1971, 3, :o5, 38772000 tz.transition 2009, 6, :o6, 1245430800 tz.transition 2009, 12, :o5, 1262278800 end end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems