Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / vendor / tzinfo-0.3.12 / tzinfo / definitions / Atlantic / Cape_Verde.rb
1 require 'tzinfo/timezone_definition'
2
3 module TZInfo
4 module Definitions
5 module Atlantic
6 module Cape_Verde
7 include TimezoneDefinition
8
9 timezone 'Atlantic/Cape_Verde' do |tz|
10 tz.offset :o0, -5644, 0, :LMT
11 tz.offset :o1, -7200, 0, :CVT
12 tz.offset :o2, -7200, 3600, :CVST
13 tz.offset :o3, -3600, 0, :CVT
14
15 tz.transition 1907, 1, :o1, 52219653811, 21600
16 tz.transition 1942, 9, :o2, 29167243, 12
17 tz.transition 1945, 10, :o1, 58361845, 24
18 tz.transition 1975, 11, :o3, 186120000
19 end
20 end
21 end
22 end
23 end