mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-29 07:00:31 +03:00
14 lines
406 B
Markdown
14 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.
|