Tags
javascript
https://maggiepint.com/2017/04/09/fixing-javascript-date-getting-started/
Data 对象问题:
- No support for time zones other than the user’s local time and UTC
- Parser behavior so unreliable it is unusable
- Date object is mutable
- DST behavior is unpredictable
- Computation APIs are unwieldy
- No support for non-Gregorian calendars
Web Reality and Web Compatibility
和 Java.time 的比较:https://widdindustries.com/ecma-temporal-vs-java-time/