Converting Account Expiry Date into LDAP Timestamp

Account Expiry Date in AD : 1/09/2021 12:00:00 AM (31 Aug 2021)

I would like to convert account expiry date (input date) to 18 digit LDAP timestamp in update object properties activity.

I have tried manually and update account expiry date in AD. It seems account expiry parameter value is wrong by this input. I.e. might be due to hours difference: DateTime.Now.AddDays(24).ToFileName.

How can I pass any account expiry date and update with correct input formula in AD?

@bcorrea : Please guide on this.

Issue is now resolved after providing account expiry date (in date time format) to Set User Expiration date activity.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.