aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/time_with_zone.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-11-14 11:37:06 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2009-11-14 11:37:06 -0800
commitbc1538e9951847dd4d1d7e37816d91b791862a0c (patch)
tree7b4e1831f03c353a02c206a205f8786fe721f5ab /activesupport/lib/active_support/time_with_zone.rb
parent74e1ff9dc2ebd86c783a274710e2f762059e818b (diff)
downloadrails-bc1538e9951847dd4d1d7e37816d91b791862a0c.tar.gz
rails-bc1538e9951847dd4d1d7e37816d91b791862a0c.tar.bz2
rails-bc1538e9951847dd4d1d7e37816d91b791862a0c.zip
Repair time dependencies
Diffstat (limited to 'activesupport/lib/active_support/time_with_zone.rb')
-rw-r--r--activesupport/lib/active_support/time_with_zone.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/activesupport/lib/active_support/time_with_zone.rb b/activesupport/lib/active_support/time_with_zone.rb
index a64128e49e..8cd5c1de63 100644
--- a/activesupport/lib/active_support/time_with_zone.rb
+++ b/activesupport/lib/active_support/time_with_zone.rb
@@ -1,11 +1,3 @@
-require 'active_support/duration'
-require 'active_support/values/time_zone'
-require 'active_support/core_ext/numeric/time'
-require 'active_support/core_ext/integer/time'
-require 'active_support/core_ext/time/conversions'
-require 'active_support/core_ext/date/conversions'
-require 'active_support/core_ext/date_time/conversions'
-
module ActiveSupport
# A Time-like class that can represent a time in any time zone. Necessary because standard Ruby Time instances are
# limited to UTC and the system's <tt>ENV['TZ']</tt> zone.