that is a unix timestamp, it is the number of second from january 1, 1970... LOL No, its not a regular date but it can be converted. You can find web pages that will convert the current time to a unix timestamp or run a little PHP script to do it. Check out the microtime() in PHP, it will return a Unix time stamp ...