DPL StudioDPL Studio GuideAppendix B: Supported FunctionsConversion FunctionsLocalToUTCOn this pageLocalToUTCLocalToUTCFunction Converts current time to universal time coordinate (UTC). Syntax LocalToUtc(scalar Time) Arguments ArgumentDescription(scalar Time)Local time to be converted to UTC Examples: LocalToUtc(Now()) Returns the UTC DateTime equivalent to the current local time.