I'm trying to sync the AccountExpires in ADSAccount with a timestamp field on SQL Server.
The AccountExpires field is without the time part so the sync project tries alway to update the fields becaouse data from db has always the time part.
I tried to change the datetime from db using a read script property on db side, but nothing changed. Because the data type is Datetime it added always 12:00 AM to the date.
return $expires$.Date
My need is to not update the field if the date is the same on both sides (ADSAccount / Database).