With Temporal being a stage 3 proposal and starting to be implemented in browsers, I was wondering if the kotlinx-datetime team has any plans to ditch js-joda in favour of Temporal for the JS targets.
Due to Temporal supporting timezones natively, this would have the added benefit that users would no longer need to install a separate library to handle them.
While Temporal is in the process of being shipped in browsers and other engines, kotlinx-datetime could encourage users to install one of the existing polyfills, knowing that at some point in the future, said polyfills would no longer be necessary.
I'm opening this issue in order to track any progress in this area, if such a task is on the team's radar. Hope that's okay. 😄
With Temporal being a stage 3 proposal and starting to be implemented in browsers, I was wondering if the
kotlinx-datetimeteam has any plans to ditchjs-jodain favour of Temporal for the JS targets.Due to Temporal supporting timezones natively, this would have the added benefit that users would no longer need to install a separate library to handle them.
While Temporal is in the process of being shipped in browsers and other engines,
kotlinx-datetimecould encourage users to install one of the existing polyfills, knowing that at some point in the future, said polyfills would no longer be necessary.I'm opening this issue in order to track any progress in this area, if such a task is on the team's radar. Hope that's okay. 😄