Convert it to seconds (milliseconds/1000)
and call Time::at
on the result:
Time.at(1379844601000/1000)
# => 2013-09-22 12:10:01 +0200
Time::at on ruby-doc.org
Convert it to seconds (milliseconds/1000)
and call Time::at
on the result:
Time.at(1379844601000/1000)
# => 2013-09-22 12:10:01 +0200
Time::at on ruby-doc.org