Flowdock
+(p1) public

Addition—Adds some number of seconds (possibly fractional) to time and returns that value as a new time.

   t = Time.now         #=> Wed Apr 09 08:56:03 CDT 2003
   t + (60 * 60 * 24)   #=> Thu Apr 10 08:56:03 CDT 2003
Show source
Register or log in to add new notes.