Methods
T
Instance Public methods
to_time()
# File activesupport/lib/active_support/core_ext/date_and_time/compatibility.rb, line 14
def to_time
  preserve_timezone ? getlocal(utc_offset) : getlocal
end