mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-14 22:34:41 +00:00
c12e92c21d
The contribution calendar manually constructed localized date strings instead of using the browser's locale-aware date formatting. Replace this with `toLocaleDateString()` to correctly format dates for all locales and calendar systems, including non-Gregorian calendars. Fixes https://github.com/go-gitea/gitea/issues/38375