feat: add dayjs for date handling and update reminder logic to use timezone-aware timestamps

This commit is contained in:
2026-05-04 12:56:20 +07:00
parent d23563f69b
commit 6a949e52b5
2 changed files with 59 additions and 103 deletions

View File

@@ -29,6 +29,7 @@
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.20",
"dotenv": "^8.2.0",
"exceljs": "^4.4.0",
"express": "^4.18.2",