How to get absolute time with C - TechRepublic
Question
October 27, 2009 at 12:08 PM
chad.klunk

How to get absolute time with C

by chad.klunk . Updated 16 years, 8 months ago

Hello,

I’m wondering how I would get the absolute time with C++

I have a vendor’s dll that gives me a variable that is of datatype double and it is supposed to be the absolute time since 00:00:00 January 1, 1970…when I try to output the variable i get 1.29011E+10

I’m thinking that I might need to put some code around this but have never messed with absolute time before and have no clue on where to begin…

If anyone has knowledge of this, any help is appreciated greatly..

Thanks
CK

This discussion is locked

All Comments