26 Feb
2009
26 Feb
'09
5:23 p.m.
Dear Boost users I'm experiencing problem with the latest Boost version 1.3.8. When ever I try to get the current system time or do anything that needs the system time like: boost::xtime xt; boost::xtime_get(&xt, boost::TIME_UTC); The function c_time.hpp "static std::tm* gmtime(const std::time_t* t, std::tm* result) " Throws it's "could not convert calendar time to UTC time" exception. This might be thread specific but since xtime.hpp uses date_time functions I'm certain it is not. Version 1.3.6 does work fine. Am I missing some API changes? Regards Luke