Started again with Rails 4
[feedcatcher.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
deleted file mode 100644 (file)
index 28b2c6a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-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