Skip to content

Commit

Permalink
Add TimeZone dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehuda Katz authored and Yehuda Katz committed Nov 15, 2009
1 parent bc1538e commit cc011bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activesupport/lib/active_support/time_with_zone.rb
@@ -1,3 +1,5 @@
require "active_support/values/time_zone"

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.
Expand Down

0 comments on commit cc011bc

Please sign in to comment.