docs: update PIXIVFE_TZ

This commit is contained in:
perennial
2024-12-05 09:37:34 +11:00
parent badc7ad82f
commit 7fbbf07607
+3 -1
View File
@@ -58,7 +58,9 @@ This setting specifies the hostname or IP address that PixivFE should listen on
**Default:** `UTC`
The time zone used for displaying dates and times throughout the application, including relative times (e.g., "2 hours ago") and full dates. The value should be a valid [tz database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
The time zone used for displaying dates and times throughout the application, including relative times (e.g., "2 hours ago") and full dates.
The value must be a valid [tz database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) and match the geolocation of the IP address used for making requests to the Pixiv API, which returns dates in the client's local time. Setting the timezone ensures those dates are interpreted and displayed correctly in the application.
Example:
```