A user related having problems with the last archival date: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=50365
I had a look and it looks like a bug in admin_forums.asp. Where now there is
strsql = "UPDATE " & strTablePrefix & "FORUM SET F_L_ARCHIVE= '" & fdateolderthan & "'"
at line# 515, shouldn't it be
strsql = "UPDATE " & strTablePrefix & "FORUM SET F_L_ARCHIVE= '" & DateToStr(strForumTimeAdjust) & "'"
?