Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / vendor / tzinfo-0.3.12 / tzinfo / definitions / Pacific / Port_Moresby.rb
1 require 'tzinfo/timezone_definition'
2
3 module TZInfo
4 module Definitions
5 module Pacific
6 module Port_Moresby
7 include TimezoneDefinition
8
9 timezone 'Pacific/Port_Moresby' do |tz|
10 tz.offset :o0, 35320, 0, :LMT
11 tz.offset :o1, 35312, 0, :PMMT
12 tz.offset :o2, 36000, 0, :PGT
13
14 tz.transition 1879, 12, :o1, 5200664597, 2160
15 tz.transition 1894, 12, :o2, 13031248093, 5400
16 end
17 end
18 end
19 end
20 end