How are these numbers converted to a readable Date/Time string?
Posted
by duckwizzle
on Stack Overflow
See other posts from Stack Overflow
or by duckwizzle
Published on 2010-06-16T00:19:08Z
Indexed on
2010/06/16
0:22 UTC
Read the original article
Hit count: 536
I have 2 XML files I'm reading - one has a date/time attribute that's readable (ex. May 1, 2010 12:03:14 AM) and the other... not so much (ex. 1272686594492). Both files have the complicated date/time format, but only the newer one has the readable version. I cannot figure out how to make the complicated version readable. Any ideas?
The numbers are in the pastbin below.
Thanks!
© Stack Overflow or respective owner