forgejo/templates
Yarden Shoham 72d1f9e63e
Fix due date rendering the wrong date in issue () ()
Backport 

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 

Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
2023-01-02 20:42:39 +08:00
..
admin Fix sorting admin user list by last login () () 2022-12-13 16:37:33 -06:00
api/packages/pypi Add Package Registry () 2022-03-30 16:42:47 +08:00
base Remove useless appVer from JS window.config () 2022-10-14 01:16:27 +08:00
code Run make fmt () 2022-10-13 21:33:54 -04:00
custom
explore Fix flex layout for repo list icons () () 2022-11-24 00:44:07 -06:00
mail Add team member invite by email () 2022-10-19 14:40:28 +02:00
org Color and Style enhancements (, ) () 2022-11-20 10:47:02 +00:00
package Fix container layer display overflow () () 2022-12-22 14:26:48 +01:00
repo Fix due date rendering the wrong date in issue () () 2023-01-02 20:42:39 +08:00
shared Color and Style enhancements (, ) () 2022-11-20 10:47:02 +00:00
status Remove fomantic image module () 2022-09-12 17:08:46 +08:00
swagger Add sync_on_commit option for push mirrors api () () 2022-12-31 19:46:14 +08:00
user Fix key signature error page () () 2022-12-30 12:53:23 +08:00
home.tmpl Refactor i18n to locale () 2022-06-27 15:58:46 -05:00
install.tmpl Rework mailer settings () 2022-08-02 13:24:18 +08:00
post-install.tmpl Rename StaticUrlPrefix to AssetUrlPrefix () 2021-05-08 16:27:25 +02:00