aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/tzinfo-0.3.13/tzinfo/definitions/Asia/Muscat.rb
blob: 604f651dfa5999d27c1555977beebcd3a56cf9a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require 'tzinfo/timezone_definition'

module TZInfo
  module Definitions
    module Asia
      module Muscat
        include TimezoneDefinition
        
        timezone 'Asia/Muscat' do |tz|
          tz.offset :o0, 14060, 0, :LMT
          tz.offset :o1, 14400, 0, :GST
          
          tz.transition 1919, 12, :o1, 10464441137, 4320
        end
      end
    end
  end
end