Lucas Bordeau
e072254555
Fixed new date time formatting util ( #5852 )
...
The new date time formatting util made for performance optimization
missed two things :
- Padding 0 for hours and minutes with 1 digit only.
- Correctly parsing the day of the month (now uses JS Date native
getDate() instead of slicing the ISO String)
2024-06-13 14:18:10 +02:00
..
2024-03-31 10:53:37 +02:00
2024-06-12 18:36:25 +02:00
2024-05-23 18:26:08 +02:00
2024-04-11 16:53:15 +02:00
2024-06-13 14:18:10 +02:00
2024-03-19 22:19:40 +01:00
2024-04-04 18:36:39 +02:00
2024-04-17 16:24:04 +02:00
2024-04-01 13:12:37 +02:00
2024-04-17 18:06:02 +02:00
2023-12-10 18:10:54 +01:00
2024-04-04 17:27:36 +02:00
2024-04-04 17:27:36 +02:00
2023-12-10 18:10:54 +01:00
2024-04-17 18:06:02 +02:00
2024-06-12 16:31:07 +02:00
2024-06-05 15:26:27 +02:00
2024-05-17 16:05:31 +02:00
2023-12-10 18:10:54 +01:00
2024-04-04 15:38:01 +02:00
2024-04-19 18:28:02 +02:00
2024-05-03 15:03:06 +02:00
2024-04-19 18:28:02 +02:00
2024-04-19 18:28:02 +02:00
2024-04-17 18:06:02 +02:00
2024-05-23 12:19:50 +02:00
2024-06-12 18:36:25 +02:00