Whenever Daylight Saving Time changes occur in Australia, we find ourselves manually changing the time zone. This manual intervention often leads to missed orders and resyncing of orders after the time zone change.
For example, if time zone is +10 and it is changed to +11, we need to update it manually. And till we update it, orders get missed. So we want to automate this process.
While we attempted to utilize the REST API provided by Shopify to retrieve the time zone details of our Shopify stores (referenced here: https://shopify.dev/docs/api/admin-rest/2023-04/resources/shop#get-shop), unfortunately, the API does not provide accurate time zone values.
We are seeking a solution to this issue as it is crucial for our code to remain dynamic and prevent order disruptions caused by time zone changes. Do you have any solution for this?