Javascript's getTime()
method returns the number of milliseconds since midnight of January 1, 1970.
How do I convert the output of getTime()
to a Ruby Time object?
Javascript's getTime()
method returns the number of milliseconds since midnight of January 1, 1970.
How do I convert the output of getTime()
to a Ruby Time object?