The Date API is fine and relatively normalized. Once you understand it it's very easy to work with. It's biggest problem is that it simply does not support timezones, which is the main reason to use Temporal.
yep. i had a hell of a time building a scheduling system for a business that worked across timezones with the date API
The Date API is horrible