How to convert time value read from binary file
Code:
uint32_t dwLowDateTime=3675431915;
to some formated value? I read this localtime - C++ Reference but they use different type
tm * and time_t . But how to do it with uint32_t?