Originally from tc39/proposal-temporal#105
How does Temporal compare to date-time libraries in other programming languages, and to JavaScript date-time libraries in the ecosystem?
C#
Java
The joda-time library that resulted in JSR-310 and became part of the language in Java 8.
Comparison already done: http://widdindustries.com/ecma-temporal-vs-java-time/
JavaScript
Brief overview of the JS libraries above: https://github.com/you-dont-need/You-Dont-Need-Momentjs#brief-comparison
PHP
Python
datetime (built-in)
zoneinfo (built-in, Python 3.9+)
dateutil
arrow
Rust
Originally from tc39/proposal-temporal#105
How does Temporal compare to date-time libraries in other programming languages, and to JavaScript date-time libraries in the ecosystem?
C#
DateOnlyDateTimeDateTimeOffsetTimeOnlyTimeSpanTimeZoneInfoZonedDateTimeJava
The joda-time library that resulted in JSR-310 and became part of the language in Java 8.
Comparison already done: http://widdindustries.com/ecma-temporal-vs-java-time/
JavaScript
Brief overview of the JS libraries above: https://github.com/you-dont-need/You-Dont-Need-Momentjs#brief-comparison
PHP
Python
datetime(built-in)zoneinfo(built-in, Python 3.9+)dateutilarrowRust