- DotNetNuke Version: 5.5.1
- Active Forums Version: 4.3.3
I presume that you are using something similar to:
Select DATEADD(MI,LastPostDate,'20000101')
from ActiveForums_ForumTopics
To convert the integer field into a usable date format.
Can you confirm the method you use please?