Fix timezone issue in expense item form #208

Merged
raucao merged 1 commits from bugfix/204-reimbursement_form into master 2022-12-30 15:24:43 +00:00

1 Commits

Author SHA1 Message Date
Râu Cao f8cc453d7e Fix timezone issue in expense item form
Dates being added with 00:00 time still carry the timezone set for the
OS/browser, and thus get changed to the previous day when in a positive
offset zone. This change removes the timezone offset entirely when
adding the line item, so that the chosen date is always assumed to be in
UTC time.

fixes #204
2022-12-30 22:20:16 +07:00