OSDN Git Service

7add4106208702ae7e53eb1d2f0436b756b4b754
[redminele/redminele.git] / ruby / lib / ruby / gems / 1.8 / gems / activesupport-2.3.12 / lib / active_support / vendor / tzinfo-0.3.12 / tzinfo / definitions / Asia / Riyadh.rb
1 require 'tzinfo/timezone_definition'
2
3 module TZInfo
4   module Definitions
5     module Asia
6       module Riyadh
7         include TimezoneDefinition
8         
9         timezone 'Asia/Riyadh' do |tz|
10           tz.offset :o0, 11212, 0, :LMT
11           tz.offset :o1, 10800, 0, :AST
12           
13           tz.transition 1949, 12, :o1, 52558899197, 21600
14         end
15       end
16     end
17   end
18 end