how can I get a unixtime epoch time in c++? not converting to current time, the starting point of unixtime, I need it to compare with field in database mysql. Someone can help me in that?
Asked
Active
Viewed 53 times
0
-
what do you mean by 'starting point of unixtime' ? – zeekhuge Jul 18 '17 at 11:30
-
Possible duplicate of [When is std::chrono epoch?](https://stackoverflow.com/questions/29799293/when-is-stdchrono-epoch) – K. Kirsz Jul 18 '17 at 11:36
-
What form do you want it in? You already have it as a number (0). – stark Jul 19 '17 at 18:20
-
Epoch time, 1970/1/1 00:00:0 – Radik Harutyunyan Jul 20 '17 at 09:08