EPOCH time to Windows time

Jul 27, 2010 at 10:03pm
I have a Linux box that is sending me time in milliseconds in epoch time. I need to convert this to a human-readable string in the current time zero of the windows machine that receives the message. Does anyone know a simple way to do this?
Jul 27, 2010 at 11:50pm
Yep... use the same time functions as usual (from <ctime> or time.h for exmaple)...

Wiki helps ;)...
Last edited on Jul 27, 2010 at 11:51pm
Topic archived. No new replies allowed.