Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / vendor / tzinfo-0.3.12 / tzinfo / definitions / Pacific / Guam.rb
1 require 'tzinfo/timezone_definition'
2
3 module TZInfo
4 module Definitions
5 module Pacific
6 module Guam
7 include TimezoneDefinition
8
9 timezone 'Pacific/Guam' do |tz|
10 tz.offset :o0, -51660, 0, :LMT
11 tz.offset :o1, 34740, 0, :LMT
12 tz.offset :o2, 36000, 0, :GST
13 tz.offset :o3, 36000, 0, :ChST
14
15 tz.transition 1844, 12, :o1, 1149567407, 480
16 tz.transition 1900, 12, :o2, 1159384847, 480
17 tz.transition 2000, 12, :o3, 977493600
18 end
19 end
20 end
21 end
22 end