John Levon <[EMAIL PROTECTED]> writes: | On Fri, Feb 07, 2003 at 03:16:50PM +0100, Lars Gullik Bj?nnes wrote: | | > | + Change running_change = Change(Change::UNCHANGED); | > | + time_t const curtime(time(0)); | > | > Make it os specific? | | What change do you want me to make ?
boost::xtime now; boost::xtime_get(&now, boost::TIME_UTC); Time curTime(now()); What I want is basically to avoid the time(0) call and the time_t type... -- Lgb