Is there a way IdentityNow can retrieve the lastlogontimestamp attribute from an AD source and it is already converted to the local timezone of the AD server it was retrieved from?
I would prefer a similar format to the lastlogon or lastlogondate attributes from AD. just couldn’t use lastlogon because that not replicated accross domain controllers and the lastlogondate is a powershell locally calculated attribute. Thanks!
A small correction in the transform provided by @shaileeM, the transform will have only dateFormat, you do not have to use dateCompare. Please see the updated transform.
Thanks for the answers. We already have a transform that does the datemath similar to the DC timezone. it’s just that we have Daylight savings, and those transforms would need to be updated twice a year manually using this.
There was a suggestion to use workflows to update the transforms when daylight savings starts and ends but we are looking for a simpler way to do it like retrieve the calculated date time from the DC servers directly based on timezone and daylight savings, if there are any.