bewcloud/components/expenses
Bruno Bernardino eabd888df2
Fix timezone issues with expenses.
I was able to reproduce the problem by setting my system to a timezone, and my `TZ` to a different one. Since it'll default to `UTC`, and to avoid having to pass it around from the system to the client (since we don't really care about the timezone), we simply force the timezone to UTC in the formatting as well, because, again, we don't store timezones or care about them for expenses.

Fixes #88
2025-08-22 12:55:10 +01:00
..
BudgetModal.tsx Upload Directories via Web 2025-05-13 16:07:27 +01:00
ExpenseModal.tsx Add Optional 2FA Support (#61) 2025-05-29 17:30:28 +01:00
ListBudgets.tsx Security fix for path-traversal attack (#48) 2025-02-27 15:02:10 +00:00
ListExpenses.tsx Fix timezone issues with expenses. 2025-08-22 12:55:10 +01:00
MainExpenses.tsx Fix timezone issues with expenses. 2025-08-22 12:55:10 +01:00