feat: backend side of timezone convert, new route created for using luxon to convert timezones

This commit is contained in:
theoleuthardt 2025-02-20 22:03:51 +01:00
parent ab601b53fe
commit 2d53cb0017
4 changed files with 69 additions and 2 deletions

View file

@ -18,9 +18,11 @@
"fastify": "^5.2.1",
"fastify-cors": "^6.0.3",
"fastify-multipart": "^5.3.1",
"libreoffice-convert": "^1.6.0"
"libreoffice-convert": "^1.6.0",
"luxon": "^3.5.0"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/node": "^22.13.4",
"prettier": "3.5.1",
"ts-node": "^10.9.2",