In admin_accounts_pending.asp, on line 403:
days = DateDiff("d", ChkDate(MP_MemberDate,"",false), strForumTimeAdjust)
This calculates the days passed from membership begin. I found a value of 178 there yesterday. I think it should be:
days = DateDiff("d", StrToDate(MP_MemberDate), strForumTimeAdjust)