Question
TimeOfDay properties not working correctly in UI
When using a TimeOfDay property in a section:
1) the value is automatically transformed to GMT timezone when submitting the form (user entered 11:00 in Belgium timezone -> value saved = 10:00) -> OK
2) when the user come back to this section, the value displayed is still the value in GMT timezone (10:00) -> NOK (it should be re-transform in the locale timezone)
3) when the user is re-submitting the form, the value is again transformed in GMT timezone (10:00 -> 9:00) !!
Is that normal? Isn't there an issue in Pega platform?
***Edited by Moderator Marissa to update platform capability tags****
Hi ,
Let me know whether the operator locale value is given as belgium one or not?If it is blank try adding the Belgium locale and check the behavior.
If locale value is not mentioned default the time zone will be taken as GMT.