What's the plan for more time types? I consistentl...
# kotlinx-datetime
p
What's the plan for more time types? I consistently find myself in the situation of creating new time types myself like LocalTime, MonthDay etc. As a full replacement for the java time operations the library feels really half baked.
4
m
Agreed. You could use https://github.com/fluidsonic/fluid-time in the meantime & add what’s missing 🙂 I treat it as a replacement and incubator until
kotlinx-datetime
catches up.