|
converting unix timestamp into readable format using c++
hi everyone, im new here and am in desperate need of help. I want to convert my 32 bit unix time stamp ' 45d732f6' into a readable format (Sat, 17 February 2007 16:53:10 UTC) using c++.
I have looked around the interent but i just cant make sense of anything. All examples i can find just get the current date and time they dont actually show you how to take an actual timestamp and convert it.
I really hope you guys can help me, im not a great programmer and would greatly appreciate an example or some guidence as to how to proceed
thank you
|