Missing LocalTime
converters
#894
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation (not KDocs)
enhancement
New feature or request
good first issue
Good issues to pick-up for newcomers
Milestone
As discovered by #887 (comment), we're missing some converters from kotlinx/java
LocalTime
, making auto conversion from kotlinx->javaLocalTime
not possible.(auto)-converters are defined here
dataframe/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/convert.kt
Line 250 in a4104d7
LocalTime
as from classes are missing and should be addedThe website also doesn't seem to cover all our converters: https://kotlin.github.io/dataframe/convert.html so it should probably be updated
The text was updated successfully, but these errors were encountered: