cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
EPOCH time to Windows time
EPOCH time to Windows time
Jul 27, 2010 at 10:03pm UTC
hohums
(20)
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 UTC
Incubbus
(678)
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 UTC
Topic archived. No new replies allowed.