• Eulyeon Ko's avatar
    Fix dates being incorrectly set on epic creation · d2f0b0a7
    Eulyeon Ko authored
    Date pickers emit Javascript Date instances and
    these get converted to datetime strings with timezone info.
    
    Ex. a user in UTC+9 timezone picks some date (say July 1).
    The underlying Date object gets converted to a string
    that uses UTC+0 as the default timezone and the date may
    change becuase of this conversion:
    
    '2021-07-01 UTC+9 Korean Standard Time'
    => '2021-06-30T??:??:??Z'
    
    Changelog: fixed
    EE: true
    d2f0b0a7
epic_form.vue 7.44 KB