summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/time/_common/parsable-date-time-strings.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-11-13 11:07:57 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-11-13 11:07:57 +0100
commit3477d9fcec39d17f99cbc891e337658e8660f5db (patch)
tree4b315ea0ec6c804b40815e2a49911c4ef96681fd /docs/content/en/functions/time/_common/parsable-date-time-strings.md
parente79ee0d5167707d891c80906e71daa098c9e46af (diff)
parentde0df119b504a91c9e1f442b07954f366ffb2932 (diff)
downloadhugo-3477d9fcec39d17f99cbc891e337658e8660f5db.tar.gz
hugo-3477d9fcec39d17f99cbc891e337658e8660f5db.zip
Merge commit 'de0df119b504a91c9e1f442b07954f366ffb2932'
Diffstat (limited to 'docs/content/en/functions/time/_common/parsable-date-time-strings.md')
-rw-r--r--docs/content/en/functions/time/_common/parsable-date-time-strings.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/content/en/functions/time/_common/parsable-date-time-strings.md b/docs/content/en/functions/time/_common/parsable-date-time-strings.md
index a38b9983e..6d1633a6f 100644
--- a/docs/content/en/functions/time/_common/parsable-date-time-strings.md
+++ b/docs/content/en/functions/time/_common/parsable-date-time-strings.md
@@ -2,13 +2,13 @@
# Do not remove front matter.
---
-String representation|Time zone
+Format|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
+`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 four examples are not fully qualified. Without a time zone offset, the time zone is set to Etc/UTC (Coordinated Universal Time).
+The last three examples are not fully qualified, and default to the `Etc/UTC` time zone.