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?