= private = protected
to_time()
A TimeWithZone acts like a Time, so just return self.
# File activesupport/lib/active_support/time_with_zone.rb, line 276 def to_time self end
From utc:
Returns a Time or DateTime instance that represents the time in UTC.
Seems to have changed in 3.1.0