AccountExpires = '30-Dec-1899 23:59:00'

Hi team,

we have just upgraded our 1IM instance to version 9.2 and immediately found an issue with ADSAccount.AccountExpires attribute.

The attribute has a value template script that calculates  ADSAccount.AccountExpires from Person.DateLastWorked.

--------------------------------------------------
. . .
'always end of the day 23:59
Value = $FK(UID_Person).DateLastWorked:Date$.Date.AddMinutes(1439)
. . .
--------------------------------------------------

The script calculates incorrect value of ADSAccount.AccountExpires = '30-Dec-1899 23:59:00' if Person.DateLastWorke has no value. That makes AD user accounts expired, and end users cannot login to domain.

In previous version (9.0), the value template script worked correctly,

Any thought?