mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Add TimeZone dependency
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user