Fix timezone display in history page (#479)

This commit is contained in:
lif 2025-12-23 09:29:34 +08:00 committed by GitHub
parent 955ea5c014
commit 9ac5e7569b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View file

@ -23,3 +23,5 @@ export const MAX_CONVERT_PROCESS =
export const UNAUTHENTICATED_USER_SHARING =
process.env.UNAUTHENTICATED_USER_SHARING?.toLowerCase() === "true" || false;
export const TIMEZONE = process.env.TZ || undefined;