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
raucao commented 2022-12-30 15:24:04 +00:00 (Migrated from github.com)

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

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
bumi (Migrated from github.com) reviewed 2022-12-30 15:24:04 +00:00
galfert (Migrated from github.com) reviewed 2022-12-30 15:24:04 +00:00
Sign in to join this conversation.