Problem: JavaScript’s Date is lousy
Problem: JavaScript’s Date is lousy. So we often need to use a library instead.
Solution: Temporal.
Temporal is a new top-level namespace. Temporal provides a modern Date/time API, built in JavaScript.
It’s in Stage 3, so coming soon!
More: https://tc39.es/proposal-temporal/docs/
