OSDN Git Service

ActiveLdap 1.2.4
[redminele/redminele.git] / ruby / lib / ruby / gems / 1.8 / gems / activesupport-2.3.12 / lib / active_support / vendor / tzinfo-0.3.12 / tzinfo / definitions / Africa / Monrovia.rb
diff --git a/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.12/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Monrovia.rb b/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.12/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Monrovia.rb
new file mode 100644 (file)
index 0000000..40e711f
--- /dev/null
@@ -0,0 +1,22 @@
+require 'tzinfo/timezone_definition'
+
+module TZInfo
+  module Definitions
+    module Africa
+      module Monrovia
+        include TimezoneDefinition
+        
+        timezone 'Africa/Monrovia' do |tz|
+          tz.offset :o0, -2588, 0, :LMT
+          tz.offset :o1, -2588, 0, :MMT
+          tz.offset :o2, -2670, 0, :LRT
+          tz.offset :o3, 0, 0, :GMT
+          
+          tz.transition 1882, 1, :o1, 52022445047, 21600
+          tz.transition 1919, 3, :o2, 52315600247, 21600
+          tz.transition 1972, 5, :o3, 73529070
+        end
+      end
+    end
+  end
+end