After transform the next processing date in the identities to ISO8601 format, my identities do not refresh according to the date time i set, i do verified my tenant time zone is set to my local time zone.
Any other step needs to be performed in order to get this work? like setup the time zone in identity profile ?
My transform as below:
‘{
“name”: “Date Math Transform”,
“type”: “dateMath”,
“attributes”: {
“expression”: “+42h+5m/s”,
“roundUp”: true,
“input”: {
“attributes”: {
“input”: {
“attributes”: {
“sourceName”: “HR”,
“attributeName”: “final_last_working_day”
},
“type”: “accountAttribute”
},
“inputFormat”: “dd/MM/yyyy”,
“outputFormat”: “ISO8601”
},
“type”: “dateFormat”
},
“requiresPeriodicRefresh”: true
},
“internal”: false
}’