method

to_time

to_time()
public

No documentation available.

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