Someone correct me if I'm wrong, but that's how I fixed my problem with the time.
Note: if you're logged in when you make these changes, it will give you some funky numbers on your active_users.asp page. Negative online time, etc. Just log out before you upload your fixed inc_top.asp file. <-- Eric -->
Another fix on active_users.asp is around line 68 where it displays the last time the page was updated. It currently uses "now()" so change that section of code from (Last Updated <%=now%>) to (Last Updated <%=StrToDate(strForumTimeAdjust)%>)
yes you are correct. when using times in Mods you shuld use strForumTimeAdjust and use the chkDate and chkTime functions to forumat it using the forums Date/Time setup
i just downloaded and installed the active user mod. what do i have to change now, so that it displays date/time correct like i defined in the forum settings (i did a mod to inc_functions so the date time is displayed as "30.05.2001 04:41:24")