method
to_time
v5.0.0.1 -
Show latest stable
- Class:
DateAndTime::Compatibility
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