mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-01-21 02:12:15 -05:00
cheat-sheet: reword description of time.DEFAULT_UI_LOCATION
option
The current description is pretty unclear on what the option actually does (and the name isn't helpful either). Completely reword it, as well as mentioning the default value too. Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
parent
8369020f6a
commit
b91de06d63
1 changed files with 1 additions and 1 deletions
|
@ -1200,7 +1200,7 @@ If the rule is defined above the renderer ini section or the name does not match
|
|||
|
||||
## Time (`time`)
|
||||
|
||||
- `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
|
||||
- `DEFAULT_UI_LOCATION` **Local**: Default timezone for displaying the current time on the user interface. Takes a name corresponding to a file in the IANA Time Zone database, i.e. `Asia/Shanghai`. For UTC, an empty string or `UTC` can be given, and `Local` for the local time of the machine.
|
||||
|
||||
## Migrations (`migrations`)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue