~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/Kuala_Lumpur.rb

  • Committer: Michael Forrest
  • Date: 2010-10-15 16:28:50 UTC
  • Revision ID: michael.forrest@canonical.com-20101015162850-tj2vchanv0kr0dun
refrozeĀ gems

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 Kuala_Lumpur
 
7
        include TimezoneDefinition
 
8
        
 
9
        timezone 'Asia/Kuala_Lumpur' do |tz|
 
10
          tz.offset :o0, 24406, 0, :LMT
 
11
          tz.offset :o1, 24925, 0, :SMT
 
12
          tz.offset :o2, 25200, 0, :MALT
 
13
          tz.offset :o3, 25200, 1200, :MALST
 
14
          tz.offset :o4, 26400, 0, :MALT
 
15
          tz.offset :o5, 27000, 0, :MALT
 
16
          tz.offset :o6, 32400, 0, :JST
 
17
          tz.offset :o7, 28800, 0, :MYT
 
18
          
 
19
          tz.transition 1900, 12, :o1, 104344641397, 43200
 
20
          tz.transition 1905, 5, :o2, 8353142363, 3456
 
21
          tz.transition 1932, 12, :o3, 58249757, 24
 
22
          tz.transition 1935, 12, :o4, 87414055, 36
 
23
          tz.transition 1941, 8, :o5, 87488575, 36
 
24
          tz.transition 1942, 2, :o6, 38886499, 16
 
25
          tz.transition 1945, 9, :o5, 19453681, 8
 
26
          tz.transition 1981, 12, :o7, 378664200
 
27
        end
 
28
      end
 
29
    end
 
30
  end
 
31
end