Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / vendor / tzinfo-0.3.12 / tzinfo / definitions / Asia / Kabul.rb
1 require 'tzinfo/timezone_definition'
2
3 module TZInfo
4 module Definitions
5 module Asia
6 module Kabul
7 include TimezoneDefinition
8
9 timezone 'Asia/Kabul' do |tz|
10 tz.offset :o0, 16608, 0, :LMT
11 tz.offset :o1, 14400, 0, :AFT
12 tz.offset :o2, 16200, 0, :AFT
13
14 tz.transition 1889, 12, :o1, 2170231477, 900
15 tz.transition 1944, 12, :o2, 7294369, 3
16 end
17 end
18 end
19 end
20 end