Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / vendor / tzinfo-0.3.12 / tzinfo / definitions / Asia / Muscat.rb
diff --git a/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Muscat.rb b/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Muscat.rb
new file mode 100644 (file)
index 0000000..604f651
--- /dev/null
@@ -0,0 +1,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