aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Kabul.rb
blob: 669c09790a36f10308d04d73505375dcd676e29c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
require 'tzinfo/timezone_definition'

module TZInfo
  module Definitions
    module Asia
      module Kabul
        include TimezoneDefinition
        
        timezone 'Asia/Kabul' do |tz|
          tz.offset :o0, 16608, 0, :LMT
          tz.offset :o1, 14400, 0, :AFT
          tz.offset :o2, 16200, 0, :AFT
          
          tz.transition 1889, 12, :o1, 2170231477, 900
          tz.transition 1944, 12, :o2, 7294369, 3
        end
      end
    end
  end
end