-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Describe the bug
When loading a submitted form in readonly mode the Date/Time picker will show the date/time as per local timezone which is expected behavior. However when editing a submitted form the date/time picker is shown the time as is with conversion (it is coming from API as saved in UTC).
Version/Branch
@formio/js 5.2.3
To Reproduce
Steps to reproduce the behavior:
- Create form...
- Add datetime component
- Submit the form
- Reopen the submitted form in edit mode, it will show time as UTC instead of local time
Expected behavior
I expect the datetime component to show the datetime as local time, similar to the way it does when it is showing the submitted form in readonly mode.
Screenshots
Metadata
Metadata
Assignees
Labels
No labels

