I'm working on an application that if a record a user selects has date information then it initializes the date picker with that date from the DB. If there isn't any date information on that record in the DB the date picker field will just be blank as it's an optional field. Some users are reporting that when they click on the field to fill it out that the date picker populates the previous day instead of the current day. My team has had a hard time replicating this behavior as it always shows the current day when we click on it. None of the optional configs are set to put it any date if there's nothing in the record.
Could it be related to them leaving their application open and the session date is now off by a day?
Hi Spencer,
[Quick Answer] It might related to timezone. Please check user's timezone and also check in which timezone you are storing dates into DB, best to store datetime into UTC.
Meanwhile I am checking on other possibilities.
Please check this link, it might help you.
https://www.outsystems.com/forums/discussion/71410/outsystems-date-range-picker-showing-one-day-prior-to-selected-dates/
Best of luck.
Keep posted here if you need any help.