Why is `kotlin.time.DurationUnit` not including `...
# kotlinx-datetime
h
Why is
kotlin.time.DurationUnit
not including
DurationUnit.WEEKS
?
i
Week is more a calendar date unit than a time unit. We include DAYS, but they are not calendar days, but 24-hour days.
d
Why not include 7-day weeks instead of calendar weeks? 🧌