Summary
Incorrect day is displayed when selecting in the DateTime Input
Steps to Reproduce
- Add a DateTime Input component on the view
- Add a 'date' with empty value on the custom property
- Bind the DateTime Input component's value to the date custom property
- Toggle Preview mode
- Select a date in the DateTime Input (the resulting date is -1 day of the selected date)
DateTime Input component will then function properly after a date is selected (or after step 5 above).
Expected Results
DateTime Input date result should always be the same with the selected date/time on the component.