I am trying to convert a time (response from an approval) from UTC to the time in Perth Australia.
Here is my code:
convertTimeZone(outputs('Start_and_wait_for_an_approval_-_Approver_1')?['body/completionDate'], 'UTC', '(UTC+08:00) Perth', 'dd/MM/yyyy hh:mm')
I've tried:
- (UTC+08:00) Perth
- Australian Western Standard Time
- AUS Western Standard Time (this was a guess, as Brisbane was AUS Eastern Standard Time)
- AWST
All to no avail. Does anyone know what the values should be?