Kotlin / kotlinx-datetime

KotlinX multiplatform date/time library
Apache License 2.0
2.42k stars 102 forks source link

Implement parsing and formatting for Instant as separate functions #411

Open dkhalanskyjb opened 4 months ago

dkhalanskyjb commented 4 months ago

Implement parsing and formatting of ISO strings for instant values separately from the rest of the library.

A stage of fixing #382

This is a draft PR because we probably don't need to actually merge it into the datetime library. However, the code is already written and can be reviewed.