On Sun, Sep 12, 2010 at 01:58:24PM +0200, Dan Oscarsson wrote: > This patch just adds a get_time call that returns time in 64-bit > quantities so that time do not wrap. Why would you need this? Do you really need to compare time values with microsecond accuracy that are more than 1 hour apart? If not you don't need it.