Fix wrong due dates on group/project issues list refactor
Some due dates were converted to JS Date objects from a string like `new Date('2022-02-28')`. However, if the OS has a time zone such as Pacific Standard Time, then the Date object has a value of 'Sun Feb 27 2022 16:00:00 GMT-0800. The day 27 is then shown on the UI instead of the correct day 28. Behind feature flag `vue_issues_list` defaulted to off.
Showing
Please register or sign in to comment