• Coung Ngo's avatar
    Fix wrong due dates on group/project issues list refactor · 144e1144
    Coung Ngo authored
    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.
    144e1144
date_calculation_utility_spec.js 734 Bytes