summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/time/_common/parsable-date-time-strings.md
blob: a38b9983eda0c1dae4c5be19712936d13f72df28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
# Do not remove front matter.
---

String representation|Time zone
:--|:--
2023-10-15T14:20:28-07:00|America/Los_Angeles
2023-10-15T13:18:50-0700|America/Los_Angeles
2023-10-15T13:18:50Z|Etc/UTC
2023-10-15T13:18:50|Etc/UTC
2023-10-15|Etc/UTC
15 Oct 2023|Etc/UTC

The last four examples are not fully qualified. Without a time zone offset, the time zone is set to Etc/UTC (Coordinated Universal Time).