maintenance-app
maintenance-app copied to clipboard
fix(date-picker): ignore timezone in date-picker
Thanks for testing it @tomzemp !
still think it makes more sense to have substring(0,23) after toISOString() in getISOFormatLocalTimestamp, in order to get rid of the Z at the end of the string.
Alright, I see what you mean! My worry was that then it's not strictly an isoString anymore, but I guess the name of the function doesn't actually say that either.
Will remove the z and update the comment.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code