We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f335276 commit 0306ed1Copy full SHA for 0306ed1
1 file changed
docs/user/ppl/functions/datetime.rst
@@ -8,6 +8,12 @@ Date and Time Functions
8
:local:
9
:depth: 1
10
11
+.. note::
12
+
13
+ All PPL date and time functions use the UTC time zone by default, unless otherwise specified. Both input and output
14
+ values are interpreted as UTC. For instance, an input timestamp literal like '2020-08-26 01:01:01' is assumed to be
15
+ in UTC, and the now() function also returns the current date and time in UTC.
16
17
ADDDATE
18
-------
19
@@ -1178,7 +1184,7 @@ Example::
1178
1184
1179
1185
1180
1186
MINUTE_OF_DAY
1181
1187
+-------------
1182
1188
1183
1189
Description
1190
>>>>>>>>>>>
0 commit comments