I’ve occured a strange time-format, and i can’t figure out how to convert it to a readable format.
A couple of timestamps from today are
32400683 (this morning)
41891077
56517540
57390993
58728120 (this afternoon)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That looks like milliseconds starting from midnight.
Divide by 1000 to get seconds, by 60 to get minutes (60,000), and 60 again to get hours (3,600,000).
That gives you: