When displaying date fields with the time in a form's submission list, the time is incorrect. It looks to be caused by not accounting for the timezone.
Steps to reproduce
Create a form with a Date/Time field that displays only the time
Make a submission of the form
View the Submission list page and display the Time field
Looks like Craft/Yii's localisation handling for dates is messing these up. Fixed for the next release. To get this early, run composer require verbb/formie:"dev-craft-5 as 3.0.9".
Describe the bug
When displaying date fields with the time in a form's submission list, the time is incorrect. It looks to be caused by not accounting for the timezone.
Steps to reproduce
Form settings
Craft CMS version
5.4.10 Pro
Plugin version
3.0.9
Multi-site?
Yes
Additional context
No response