Fix timezone display in history page (#479)
This commit is contained in:
parent
955ea5c014
commit
9ac5e7569b
2 changed files with 8 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue