method

to_time

rails latest stable - Class: DateAndTime::Compatibility

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

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