Does anyone know how to go from an ISO-8601-formatted date/time string to a time_t?
I am using C++ and it needs to work on Windows and Mac.
I have written the code but I am sure there is a version that is more "standard."
I will get a date like 2011-03-21 20:25 and I have to tell if the time is in the past or the future.