trento-project / web

An open cloud-native web console improving on the work day of SAP Applications administrators.
https://trento-project.io
Other
22 stars 14 forks source link

Refactor `<DateFilter>` #2960

Closed balanza closed 6 days ago

balanza commented 1 week ago

Description

Being it uses the browser native <input type="datetime-local"> HTML element, the component needs to convert dates in the local timezone from/to UTC. This PR uses formatting instead of timezone offset, so the conversion is idempotent if applied multiple times.

This avoid the need to control balance the number of conversion from and to the target timezone (as it's the case in a controlled component scenario)