🩹(react) harmonize date picker components output

By introducing this utility function, we ensure that any output value
is converted back to an ISO 8601 date and time string in UTC timezone.
Overall, it harmonize and factorize the way we output
values from date picker components.
This commit is contained in:
Lebaud Antoine
2023-07-12 22:12:31 +02:00
committed by aleb_the_flash
parent bae7392fe1
commit 8cf8e1eba2
8 changed files with 109 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
Fix datepicker component's output timezone management