Game Guides Archive
Thread: ?timestamp info on emails
Page 1 of 1
cinnamon_tsunami
Tue Dec 14, 2004 5:22 pm
#1
i downloaded my in game email to my hard drive, but i have not been able to decipher the time stamp info to determine what the date and time of the messages was. does anyone know how to do this?
thanks
cin
Osskyd
Tue Dec 14, 2004 6:37 pm
#2
those are unix time stamps, if I remember correctly they're the number of (minutes or seconds...I forget), that have passes since Jan 1, 1980.
EttaBrummi
Wed Dec 15, 2004 12:00 am
#3
Not bad, Osskyd :-) It's the seconds since the stroke of midnight the 1st of January 1970 ...
If you want to "decode" it, there is a function in every programming language (something like "localtime") which will convert the timestamp into a m/d/y hh:mm:ss.
If you want to "decode" it, there is a function in every programming language (something like "localtime") which will convert the timestamp into a m/d/y hh:mm:ss.
cinnamon_tsunami
Wed Dec 15, 2004 10:00 am
#4
so, is there an easy way to decode these for the non-programmer among us?
sciguyCO
Wed Dec 15, 2004 11:41 am
#6
I knew there had to be an online converter somewhere, it just took some googling to find it:
If I remember correctly, this is GMT (Greenwich time, no adjustment for daylight savings), so you'll have to do some hour shifting depending on your time zone and observation of daylight savings time.
sciguyCO
Wed Dec 15, 2004 11:42 am
#7
Just a bit too late, plus EttaBrummi's link is better because you can automatically adjust time zone. 
EttaBrummi
Wed Dec 15, 2004 11:56 am
#8
Lol, i found the same page too, but was thinking about the same problem. Then a few pages later the link i posted appeared
sciguyCO wrote:
Just a bit too late, plus EttaBrummi's link is better because you can automatically adjust time zone.
Page 1 of 1