Show date/time stamp on an AD attribute

Hello,

We have a provisioning policy where an AD attribute is updated with the date/time stamp when an AD account is disabled from IDN. The date/time is currently being shown in UTC time. How can we make it show in PST time zone? At first, we tried a calculation UTC-8 to show the time in PST, but with the daylight saving time, this is not working correctly. Is there a better way to achieve this?

Thanks.

I guess that is the setting at AD side, did you ask your AD team to change the default settings ?

Is being show in UTC because ISC is on UTC,
However if you put it in a Identity Attribute with a date math transform you can have it in PST.

Best!

1 Like

Thank you for your reply. Does the datemath transform handle daylight saving time change?

No , you need to account for that also

Any suggestion on how to handle daylight saving time?

You would maybe map the month that you have light time and use a lookup table to change the amount of hours you add or remove.