Flowdock
to_time() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/date.rb, line 1819
  def to_time
    d = new_offset(0)
    d.instance_eval do
      Time.utc(year, mon, mday, hour, min, sec +
               sec_fraction)
    end.
        getlocal
  end
Register or log in to add new notes.