mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 00:55:37 +01:00
Fix multiple issues: tracker multiple execution, credentials configurable, exclude-hash, and other fixes
This commit is contained in:
parent
d590c6b078
commit
46532f0778
23 changed files with 553 additions and 30 deletions
10
contributions/timezone-mapping-fix.js
Normal file
10
contributions/timezone-mapping-fix.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// Fix for issue #3691: Deprecated timezone 'Asia/Saigon' causes PostgreSQL error
|
||||
// File: src/lib/date.ts
|
||||
|
||||
// Add timezone mapping (around line 107):
|
||||
/*
|
||||
const TIMEZONE_MAPPINGS: Record<string, string> = {
|
||||
'Asia/Calcutta': 'Asia/Kolkata',
|
||||
'Asia/Saigon': 'Asia/Ho_Chi_Minh',
|
||||
};
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue