It looks like a UNIX timestamp. This is the number of seconds (or in your case, milliseconds) since January 1, 1970. Most programming languages will allow you to convert this to more natural date and time formats.
Here is a tool to help you convert to make sure: http://www.epochconverter.com/
Additional link: http://en.wikipedia.org/wiki/Unix_time
Oleksi
source share