Cheat Sheets/Power Automate/convertFromUtc
Power Automate (WDL) function

convertFromUtcPower Automate (WDL) function reference

UTC to a target zone.

Syntax

wdl
convertFromUtc(timestamp, destinationTimeZone, ['format'])

Examples

wdl
convertFromUtc(utcNow(), 'GMT Standard Time')
Local time
wdl
convertFromUtc(triggerBody()?['CreatedDateTime'], 'AUS Eastern Standard Time', 'yyyy-MM-dd HH:mm')
A local-formatted timestamp for Sydney
wdl
formatDateTime(convertFromUtc(utcNow(), 'India Standard Time'), 'hh:mm tt')
e.g. "03:45 PM"

Common mistakes & gotchas

Related Workflow Definition Language functions

From Date & time

Used in these tutorials

← Back to the Power Automate (WDL) cheat sheet