fix:connection lost

This commit is contained in:
2025-11-06 10:05:07 +08:00
parent b577d5ad1b
commit 899b6fae93
5 changed files with 463 additions and 394 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
import 'dotenv/config';
export const APP_TIMEZONE =
process.env.APP_TIMEZONE || 'Asia/Kuala_Lumpur'; // default for Nilai
process.env.APP_TIMEZONE || '+07:00'; // default for Nilai
//process.env.APP_TIMEZONE || 'Asia/Jakarta'; // default for Indonesia
// All dates from DB are treated as if they are in this timezone
// All dates from DB are treated as if they are in this timezone