nterschak / HealthInsuranceManager

A web application built with .Net and Angular for managing health insurance plans.
0 stars 0 forks source link

Date Mismatch between Front End and Back End #3

Open nterschak opened 2 months ago

nterschak commented 2 months ago

In certain cases, dates end up being saved in the database as one day later than what was selected in a form in the client app.

This has been seen specifically with the datePaid property on the payment type, but may apply to date properties on other types.

Need to investigate further.