~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/Asia/Rangoon.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 Asia
6
 
      module Rangoon
7
 
        include TimezoneDefinition
8
 
        
9
 
        timezone 'Asia/Rangoon' do |tz|
10
 
          tz.offset :o0, 23080, 0, :LMT
11
 
          tz.offset :o1, 23076, 0, :RMT
12
 
          tz.offset :o2, 23400, 0, :BURT
13
 
          tz.offset :o3, 32400, 0, :JST
14
 
          tz.offset :o4, 23400, 0, :MMT
15
 
          
16
 
          tz.transition 1879, 12, :o1, 5200664903, 2160
17
 
          tz.transition 1919, 12, :o2, 5813578159, 2400
18
 
          tz.transition 1942, 4, :o3, 116663051, 48
19
 
          tz.transition 1945, 5, :o4, 19452625, 8
20
 
        end
21
 
      end
22
 
    end
23
 
  end
24
 
end