I'm having a VERY odd problem.
I have an application with a number of date/time pickers. When running the application locally, all date times are displayed correctly, and stored correctly in the database.
When the application is published to Azure, there's an issue. For example, if a user adds a record with a date of 8/1/2019, then saves / refreshes. The record is displayed with a date of 7/31/2019 (date minus 1). In this scenario, the correct date is still being stored in the database.
It's seems likely that something is amiss with Azure (since there are no issues when running locally) but I'm not sure where I should be looking. I checked the obvious stuff (time zones, etc) but couldn't find anything that accounts for this odd behavior.
Has anyone experienced this issue before? Any feedback would be much appreciated.