MV no longer works after March the 4th, 2009
Status: Beta
Brought to you by:
jmichault
Because of the following code in util.cpp:
457 #define FIRST_REASONABLE_TIME 1078415416
458 #define LAST_REASONABLE_TIME 1236181816
459
460 bool checkSensibleSystemTime( void )
461 {
462 time_t now = getCurrentTime();
463 return (
464 ( now > FIRST_REASONABLE_TIME ) &&
465 ( now < LAST_REASONABLE_TIME )
466 );
467 }
MV does no longer work after March the 4th, 2009 at 9:50am.
Please, get rid of this code and make a new release. Thanks.