~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Dhaka.rb

  • Committer: Michael Forrest
  • Date: 2010-10-15 16:28:50 UTC
  • Revision ID: michael.forrest@canonical.com-20101015162850-tj2vchanv0kr0dun
refrozeĀ gems

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
require 'tzinfo/timezone_definition'
 
2
 
 
3
module TZInfo
 
4
  module Definitions
 
5
    module Asia
 
6
      module Dhaka
 
7
        include TimezoneDefinition
 
8
        
 
9
        timezone 'Asia/Dhaka' do |tz|
 
10
          tz.offset :o0, 21700, 0, :LMT
 
11
          tz.offset :o1, 21200, 0, :HMT
 
12
          tz.offset :o2, 23400, 0, :BURT
 
13
          tz.offset :o3, 19800, 0, :IST
 
14
          tz.offset :o4, 21600, 0, :DACT
 
15
          tz.offset :o5, 21600, 0, :BDT
 
16
          
 
17
          tz.transition 1889, 12, :o1, 2083422167, 864
 
18
          tz.transition 1941, 9, :o2, 524937943, 216
 
19
          tz.transition 1942, 5, :o3, 116663723, 48
 
20
          tz.transition 1942, 8, :o2, 116668957, 48
 
21
          tz.transition 1951, 9, :o4, 116828123, 48
 
22
          tz.transition 1971, 3, :o5, 38772000
 
23
        end
 
24
      end
 
25
    end
 
26
  end
 
27
end