= private = protected
to_time()
Return an instance of Time in the system timezone.
# File activesupport/lib/active_support/time_with_zone.rb, line 321 def to_time utc.to_time end
From utc:
Returns a Time or DateTime instance that represents the time in UTC.
Seems to have changed in 3.1.0