c++ - Date/time conversion: string representation to time_t - Stack Overflow
What's the best way to convert a date string, formatted as "MM-DD-YY HH:MM:SS", to a time_t value in either C or C++? ... I am trying to process the stored date and time. I store it file in GMT date and time in string format (i.e.DDMMYYYYHHMMSS). When ......