JetBrains / lets-plot-kotlin

Grammar of Graphics for Kotlin
https://lets-plot.org/kotlin/
MIT License
422 stars 36 forks source link

kotlinx.datetime.LocalDate and LocalDateTime support #129

Open AndreiKingsley opened 1 year ago

AndreiKingsley commented 1 year ago

It seems like there shouldn't be a problem with kotlinx.datetime.LocalDateTime support, but this's not supported right now.

alshan commented 1 year ago

LocalDate and LocalDateTime do not represent an instant of time unless timezone or offset is also provided. This ambiguity is the reason these data types are not supported at the moment.