Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / vendor / tzinfo-0.3.12 / tzinfo / definitions / Etc / UTC.rb
diff --git a/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Etc/UTC.rb b/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Etc/UTC.rb
new file mode 100644 (file)
index 0000000..28b2c6a
--- /dev/null
@@ -0,0 +1,16 @@
+require 'tzinfo/timezone_definition'
+
+module TZInfo
+  module Definitions
+    module Etc
+      module UTC
+        include TimezoneDefinition
+        
+        timezone 'Etc/UTC' do |tz|
+          tz.offset :o0, 0, 0, :UTC
+          
+        end
+      end
+    end
+  end
+end