You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should clean up date times to use luxon over the native js date objects, as they are poorly implemented and all the custom code we write is subject to a lot of issues.
Why should we do it?
To reduce our changes of having bugs like #1223, and simplify the code structure, making maintenance easier down the line.
The text was updated successfully, but these errors were encountered:
What should we do?
We should clean up date times to use luxon over the native js date objects, as they are poorly implemented and all the custom code we write is subject to a lot of issues.
Why should we do it?
To reduce our changes of having bugs like #1223, and simplify the code structure, making maintenance easier down the line.
The text was updated successfully, but these errors were encountered: