Posts by JeffBusterCase • 16 points
1 post
-
0
votes1
answer2231
viewsA: How to subtract two dates using Ruby and the Time library?
What happens is, by subtracting t - t2, ruby will return a difference float, and when calling Time.at(t3), it will convert that difference into a compatible date. Not exactly, past time. What you…