Skip to content

Commit 2d0d7e7

Browse files
Merge pull request #209196 from jonburchel/patch-30
Fixes https://github.com/MicrosoftDocs/azure-docs/issues/90729
2 parents 0c710f6 + 2264c77 commit 2d0d7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/data-flow-expressions-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ ___
603603

604604
### <code>currentDate</code>
605605
<code><b>currentDate([<i>&lt;value1&gt;</i> : string]) => date</b></code><br/><br/>
606-
Gets the current date when this job starts to run. You can pass an optional timezone in the form of 'GMT', 'PST', 'UTC', 'America/Cayman'. The local timezone is used as the default. Refer to Java's `SimpleDateFormat` class for available formats. [https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html](https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html).
606+
Gets the current date when this job starts to run. You can pass an optional timezone in the form of 'GMT', 'PST', 'UTC', 'America/Cayman'. The local timezone of the data factory's data center/region is used as the default. Refer to Java's `SimpleDateFormat` class for available formats. [https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html](https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html).
607607
* ``currentDate() == toDate('2250-12-31') -> false``
608608
* ``currentDate('PST') == toDate('2250-12-31') -> false``
609609
* ``currentDate('America/New_York') == toDate('2250-12-31') -> false``

0 commit comments

Comments
 (0)