Is there any C++ implementation of 64-bit Unix timestamp conversions for 32-bit systems? I need to convert struct tm to 64-bit integer and vice versa, including
struct tm
Yeah use stuct tm *_localtime64 ( const __time64_t *timer);
stuct tm *_localtime64 ( const __time64_t *timer);
That's if your windows fan.