to_time()
A TimeWithZone acts like a Time, so just return self.
# File activesupport/lib/active_support/time_with_zone.rb, line 221 def to_time self end