Skip to content

Commit c397124

Browse files
(AzureCxP) fixes MicrosoftDocs/issues#55659
Fixed ConvertFromUTC output to resolve MicrosoftDocs/issues#55659
1 parent 8fa29d4 commit c397124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/control-flow-expression-language-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ This example converts a timestamp to the specified time zone:
919919
convertFromUtc('2018-01-01T08:00:00.0000000Z', 'Pacific Standard Time')
920920
```
921921

922-
And returns this result: `"2018-01-01T00:00:00.0000000"`
922+
And returns this result: `"2018-01-01T00:00:00Z"`
923923

924924
*Example 2*
925925

0 commit comments

Comments
 (0)