Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-08-03 12:49:28 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-08-03 12:51:28 +0300
commit1c5b025dd063f21f6b43189c36060d5930a22fbf (patch)
tree19b1c3188d1b2ca6affa5d0429717171c8388009 /docs
parentc13d33dd5e29561bd3c0aad68750922dae19354f (diff)
docs: Adjust time zone docs
Diffstat (limited to 'docs')
-rw-r--r--docs/content/en/getting-started/configuration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/getting-started/configuration.md b/docs/content/en/getting-started/configuration.md
index 3f236dc02..8c0dbfa31 100644
--- a/docs/content/en/getting-started/configuration.md
+++ b/docs/content/en/getting-started/configuration.md
@@ -299,8 +299,8 @@ themesDir ("themes")
timeout (10000)
: Timeout for generating page contents, in milliseconds (defaults to 10&nbsp;seconds). *Note:* this is used to bail out of recursive content generation, if your pages are slow to generate (e.g., because they require large image processing or depend on remote contents) you might need to raise this limit.
-timeZone {{< new-in "0.86.0" >}}
-: The time zone (or location), e.g. `Europe/Oslo`, used to parse front matter dates without such information and in the [`time` function](/functions/time/).
+timeZone {{< new-in "0.87.0" >}}
+: The time zone (or location), e.g. `Europe/Oslo`, used to parse front matter dates without such information and in the [`time` function](/functions/time/). The list of valid values may be system dependent, but should include `UTC`, `Local`, and any location in the [IANA Time Zone database](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
title ("")
: Site title.