Currently my Viewmodel contains a DateTime with the DateTimeKind UTC
this is great for backend communication and being able to show correct times in different timezones.
Now when using the DataForm TimePicker it uses the datetime in UTC format.
If I'm in a different timezone, then I would see an "incorrect" time.
The requirement would be a simple attribute to specify if the local time should be shown.
So that the sfdataform would show the Localtime instead of the utc time
As a workaround I created an additional property for localtime which I'm now presenting in the sfdataform.