1
0
Fork 0
hugo/docs/content/en/_common/parsable-date-time-strings.md

15 lines
406 B
Markdown

---
_comment: Do not remove front matter.
---
Format|Time zone
:--|:--
`2023-10-15T13:18:50-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`|Default is `Etc/UTC`
`2023-10-15`|Default is `Etc/UTC`
`15 Oct 2023`|Default is `Etc/UTC`
The last three examples are not fully qualified, and default to the `Etc/UTC` time zone.