We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cca5d4 commit a1c6639Copy full SHA for a1c6639
spec/functions/datetime.md
@@ -14,7 +14,8 @@ The function `:datetime` is used to format both the date and time of a date/time
14
15
If no options are specified, this function defaults to the following:
16
17
-- `{$d :datetime}` is the same as `{$d :datetime dateFields=year-month-day timePrecision=minute}`
+- `{$d :datetime}` is the same as<br>
18
+ `{$d :datetime dateFields=year-month-day timePrecision=minute timeZoneStyle=never}`
19
20
> [!NOTE]
21
> The formatting behavior of `:datetime` is inconsistent with `Intl.DateTimeFormat`
0 commit comments