feat(timezone): Adds timezone as option

This commit is contained in:
Michel Fedde 2025-06-29 21:52:53 +02:00
parent 0b9089ffae
commit b852c06f83
11 changed files with 278 additions and 22 deletions

View file

@ -33,7 +33,8 @@
"node-cron": "^4.0.7",
"node-ical": "^0.20.1",
"object-path-set": "^1.0.2",
"svg2img": "^1.0.0-beta.2"
"svg2img": "^1.0.0-beta.2",
"tzdata": "^1.0.44"
},
"devDependencies": {
"@eslint/js": "^9.29.0",