~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Monrovia.rb

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
require 'tzinfo/timezone_definition'
2
 
 
3
 
module TZInfo
4
 
  module Definitions
5
 
    module Africa
6
 
      module Monrovia
7
 
        include TimezoneDefinition
8
 
        
9
 
        timezone 'Africa/Monrovia' do |tz|
10
 
          tz.offset :o0, -2588, 0, :LMT
11
 
          tz.offset :o1, -2588, 0, :MMT
12
 
          tz.offset :o2, -2670, 0, :LRT
13
 
          tz.offset :o3, 0, 0, :GMT
14
 
          
15
 
          tz.transition 1882, 1, :o1, 52022445047, 21600
16
 
          tz.transition 1919, 3, :o2, 52315600247, 21600
17
 
          tz.transition 1972, 5, :o3, 73529070
18
 
        end
19
 
      end
20
 
    end
21
 
  end
22
 
end