Skip to content

Commit 998367f

Browse files
authored
Merge pull request #116472 from KranthiPakala-MSFT/patch-58
(AzureCxP) fixes MicrosoftDocs/issues#55659
2 parents 8fa29d4 + c397124 commit 998367f

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)