Yarden Shoham
72d1f9e63e
Fix due date rendering the wrong date in issue ( #22302 ) ( #22306 )
...
Backport #22302
Previously, the last minute of the chosen date caused bad timezone
rendering.
For example, I chose January 4th, 2023.
### Before
```html
<time data-format="date" datetime="Wed, 04 Jan 2023 23:59:59 +0000">January 5, 2023</time>
```
### After
```html
<time data-format="date" datetime="2023-01-04">January 4, 2023</time>
```
---
Closes #21999
Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
2023-01-02 20:42:39 +08:00
..
2022-11-25 00:02:33 +08:00
2022-11-20 10:47:02 +00:00
2022-08-31 23:58:54 +08:00
2022-06-27 15:58:46 -05:00
2022-08-31 23:58:54 +08:00
2023-01-02 20:42:39 +08:00
2022-08-31 23:58:54 +08:00
2022-08-31 23:58:54 +08:00
2022-10-19 15:48:29 +01:00
2022-10-03 20:05:53 +08:00
2022-12-19 23:51:21 +08:00
2022-09-04 20:54:23 +01:00
2022-10-13 00:14:14 +03:00
2022-08-13 19:32:34 +01:00
2022-10-19 13:39:55 +08:00
2022-08-08 02:15:11 +03:00
2022-09-09 02:38:51 -04:00
2022-10-19 15:48:29 +01:00
2022-08-09 23:55:29 +02:00
2022-09-09 17:03:18 -04:00
2022-08-25 17:55:52 -04:00
2022-10-25 18:00:37 +01:00
2022-08-25 17:55:52 -04:00
2022-08-08 02:15:11 +03:00
2022-10-11 22:47:35 +08:00
2022-08-02 10:52:05 +08:00
2022-08-25 17:55:52 -04:00
2022-08-25 17:55:52 -04:00
2022-08-25 17:55:52 -04:00
2022-10-24 02:23:04 +01:00
2020-12-13 16:51:15 -05:00
2022-03-30 16:42:47 +08:00
2022-10-11 00:12:03 +01:00
2022-06-27 15:58:46 -05:00
2022-10-13 11:31:10 +03:00
2022-08-13 19:32:34 +01:00
2022-06-27 15:58:46 -05:00
2022-10-17 12:08:21 +08:00
2022-12-19 23:51:21 +08:00
2022-08-25 17:55:52 -04:00
2020-11-30 23:00:14 -05:00