diff options
author | Jason Song <i@wolfogre.com> | 2022-12-26 16:50:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-26 16:50:58 +0800 |
commit | 814b44aeafda0c31b2600895e66d7ea3d5876ca5 (patch) | |
tree | ede0bc800b426fbf04bbd71ec1af8e47197a4193 /docs | |
parent | f5cd0d93192fc4d04966ba971c7aaaae7475926d (diff) | |
download | gitea-814b44aeafda0c31b2600895e66d7ea3d5876ca5.tar.gz gitea-814b44aeafda0c31b2600895e66d7ea3d5876ca5.zip |
Fix typo of Asia/Shanghai (#22242)
As the title.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index 0268938187..c2d5ae2667 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -1145,7 +1145,7 @@ in this mapping or the filetype using heuristics. ## Time (`time`) - `FORMAT`: Time format to display on UI. i.e. RFC1123 or 2006-01-02 15:04:05 -- `DEFAULT_UI_LOCATION`: Default location of time on the UI, so that we can display correct user's time on UI. i.e. Shanghai/Asia +- `DEFAULT_UI_LOCATION`: Default location of time on the UI, so that we can display correct user's time on UI. i.e. Asia/Shanghai ## Task (`task`) |