those dates are stored in epoch format, that is, seconds since jan 1, 1970... how to convert them depends on how you are accessing them... if you are using sql, there are to_date functions you can use, if you're using perl, you can convert it pretty easily...
just let us know how you're getting at the data, and we should be able to help you out...