You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on adding support for DateTimeFormatter, it seems pretty straight forward for JVM and JS platforms and I'll open a PR soon for these two platforms. However, I haven't done much native stuff and was wondering if anyone have any ideas or thoughts for native implementation.
I noticed currently all of the native code is implemented around ISO_OFFSET_DATE_TIME format, any ideas or thoughts on how to extend it to support other formats?
The text was updated successfully, but these errors were encountered:
Hi all,
I'm working on adding support for
DateTimeFormatter
, it seems pretty straight forward forJVM
andJS
platforms and I'll open a PR soon for these two platforms. However, I haven't done much native stuff and was wondering if anyone have any ideas or thoughts for native implementation.I noticed currently all of the native code is implemented around
ISO_OFFSET_DATE_TIME
format, any ideas or thoughts on how to extend it to support other formats?The text was updated successfully, but these errors were encountered: