aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/time.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/time.rb')
-rw-r--r--activesupport/lib/active_support/time.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/time.rb b/activesupport/lib/active_support/time.rb
index 784c7173a9..86f057d676 100644
--- a/activesupport/lib/active_support/time.rb
+++ b/activesupport/lib/active_support/time.rb
@@ -24,6 +24,7 @@ require 'active_support/core_ext/date/acts_like'
require 'active_support/core_ext/date/freeze'
require 'active_support/core_ext/date/calculations'
require 'active_support/core_ext/date/conversions'
+require 'active_support/core_ext/date/zones'
require 'active_support/core_ext/date_time/acts_like'
require 'active_support/core_ext/date_time/calculations'