lets-plot-kotlin
lets-plot-kotlin copied to clipboard
kotlinx.datetime.LocalDate and LocalDateTime support
It seems like there shouldn't be a problem with kotlinx.datetime.LocalDateTime support, but this's not supported right now.
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.