How to terminate of AD users in the correct timezone

Hi Colin,

Thanks for your information. The issue is how to offset their local time. We have users in US, UK ,NZ China, and AUS

HR Source Terminated Users in GMT ( Ex: LWD 17/06/2022 00:00 GMT)
We are disabling their account after 26hr. But we want to know how to disabled in last day of their local time.

US user 17/06/2022 - Pacifice time 6.00PM in AD
UK user 17/06/2022 -London time 6.00PM in AD

  "name": " Updated EndDate",
        "type": "dateFormat",
        "attributes": {
            "input": {
                "attributes": {
                    "expression": "+26h",
                    "input": {
                        "attributes": {
                            "input": {
                                "attributes": {
                                    "name": "endDate"
                                },
                                "type": "identityAttribute"
                            },
                            "inputFormat": "yyyy-MM-dd",
                            "outputFormat": "ISO8601"
                        },
                        "type": "dateFormat"
                    },
                    "roundUp": true
                },
                "type": "dateMath"
            },
            "inputFormat": "yyyy-MM-dd'T'HH:mm",
            "outputFormat": "ISO8601"
        },
        "internal": false
    }