K 10 svn:author V 2 ed K 8 svn:date V 27 2012-09-01T10:56:15.207848Z K 7 svn:log V 289 Rework time handling. After I made the previous commit, I noticed the code does some things it shouldn't. It casts a struct timeval to a time_t, assuming tv_sec is the first member. Also, we are not interested in microseconds, so it is better to just call time(NULL). MFC after: 1 month END