July 13, 2011
on line 3242 on linux.

     auto now = Clock.currTime();
     assert(de.timeLastAccessed > before); <=== here
     assert(de.timeLastAccessed < now);
     assert(de.timeLastModified > before);
     assert(de.timeLastModified < now);