EPOCH time to Windows time

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?
Yep... use the same time functions as usual (from <ctime> or time.h for exmaple)...

Wiki helps ;)...
Last edited on
Topic archived. No new replies allowed.