I can't believe I havent found a simple answer to this; How to convert a unix timestamp (seconds since epoch) to Ruby DateTime?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
DateTime.strptime can handle seconds since epoch. The number must be converted to a string.
|
|||
|
|
|
Sorry, brief moment of synapse failure. Here's the real answer.
Brief example (this takes into account the current timezone):
Further update (for UTC):
|
|||||||||||
|