Skip to content

Commit

Permalink
Explicit Time/DateTime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Mar 27, 2009
1 parent 4b921a5 commit 47c7177
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions activesupport/lib/active_support/values/time_zone.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,10 @@
require 'active_support/core_ext/time/publicize_conversion_methods'
require 'active_support/core_ext/time/calculations'
require 'active_support/core_ext/time/zones'

require 'active_support/core_ext/date_time/calculations'
require 'active_support/core_ext/date_time/zones'

# The TimeZone class serves as a wrapper around TZInfo::Timezone instances. It allows us to do the following: # The TimeZone class serves as a wrapper around TZInfo::Timezone instances. It allows us to do the following:
# #
# * Limit the set of zones provided by TZInfo to a meaningful subset of 142 zones. # * Limit the set of zones provided by TZInfo to a meaningful subset of 142 zones.
Expand Down

0 comments on commit 47c7177

Please sign in to comment.