bewcloud/components/files
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
..
CreateDirectoryModal.tsx Upload Directories via Web 2025-05-13 16:07:27 +01:00
CreateShareModal.tsx Fix Windows clients sending the wrong path for public sharing 2025-06-22 11:19:02 +01:00
FilesBreadcrumb.tsx Public File Sharing (#72) 2025-06-20 12:04:16 +01:00
ListFiles.tsx Fix timezone issues with expenses. 2025-08-22 12:55:10 +01:00
ListPhotos.tsx Fix timezone issues with expenses. 2025-08-22 12:55:10 +01:00
MainFiles.tsx Basic CardDav UI (Contacts) 2025-08-10 07:48:16 +01:00
ManageShareModal.tsx Improve error messages 2025-06-23 08:57:02 +01:00
MoveDirectoryOrFileModal.tsx Improve error messages 2025-06-23 08:57:02 +01:00
RenameDirectoryOrFileModal.tsx Upload Directories via Web 2025-05-13 16:07:27 +01:00
SearchFiles.tsx Fix timezone issues with expenses. 2025-08-22 12:55:10 +01:00
ShareVerifyForm.tsx Fix Windows clients sending the wrong path for public sharing 2025-06-22 11:19:02 +01:00