aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Etc
diff options
context:
space:
mode:
authorgbuesing <gbuesing@gmail.com>2008-10-19 22:06:32 -0500
committergbuesing <gbuesing@gmail.com>2008-10-19 22:06:32 -0500
commit93e1bff82a531c957bad91ea67e01b4793ccc51f (patch)
tree4c836cb99ed4d61cffe06a677f95be84e6bf76db /activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Etc
parent39e1911463a0f50a901040b67cd29bd94dfac609 (diff)
downloadrails-93e1bff82a531c957bad91ea67e01b4793ccc51f.tar.gz
rails-93e1bff82a531c957bad91ea67e01b4793ccc51f.tar.bz2
rails-93e1bff82a531c957bad91ea67e01b4793ccc51f.zip
Bundle TzInfo version 0.3.11
Diffstat (limited to 'activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Etc')
-rw-r--r--activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Etc/UTC.rb16
1 files changed, 16 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Etc/UTC.rb b/activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Etc/UTC.rb
new file mode 100644
index 0000000000..28b2c6a04c
--- /dev/null
+++ b/activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Etc/UTC.rb
@@ -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