score:9

Accepted answer

It looks like a UNIX timestamp. It's the number of seconds(or in your case, milliseconds) since January 1 1970. Most programming languages will let you convert this into more natural date/time formats.

Here's a tool to help you convert to see for yourself: http://www.epochconverter.com/

Further reference: http://en.wikipedia.org/wiki/Unix_time


Related Query

More Query from same tag