gitea/web_src/js/utils
Kemal Zebari 22c7b3a744
Have time.js use UTC-related getters/setters (#30857)
Before this patch, we were using `Date` getter/setter methods that
worked with local time to get a list of Sundays that are in the range of
some start date and end date. The problem with this was that the Sundays
are in Unix epoch time and when we changed the "startDate" argument that
was passed to make sure it is on a Sunday, this change would be
reflected when we convert it to Unix epoch time. More specifically, I
observed that we may get different Unix epochs depending on your
timezone when the returned list should rather be timezone-agnostic.

This led to issues in US timezones that caused the contributor, code
frequency, and recent commit charts to not show any chart data. This fix
resolves this by using getter/setter methods that work with UTC since it
isn't dependent on timezones.

Fixes #30851.

---------

Co-authored-by: Sam Fisher <fisher@3echelon.local>
2024-05-06 09:36:53 +08:00
..
color.js Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 2024-04-07 16:19:25 +00:00
color.test.js Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 2024-04-07 16:19:25 +00:00
dom.js Refactor and fix archive link bug (#30535) 2024-04-19 00:45:50 +08:00
image.js Downscale pasted PNG images based on metadata (#29123) 2024-02-19 02:23:06 +00:00
image.test.js Downscale pasted PNG images based on metadata (#29123) 2024-02-19 02:23:06 +00:00
match.js Avoiding accessing undefined mentionValues (#26461) 2023-08-12 08:36:23 +00:00
match.test.js Use vitest globals (#27102) 2023-09-27 04:37:13 +00:00
time.js Have time.js use UTC-related getters/setters (#30857) 2024-05-06 09:36:53 +08:00
time.test.js Implement contributors graph (#27882) 2024-02-15 23:21:13 +01:00
url.js Support pasting URLs over markdown text (#29566) 2024-03-08 15:15:58 +00:00
url.test.js Support pasting URLs over markdown text (#29566) 2024-03-08 15:15:58 +00:00