kotlinx-datetime
kotlinx-datetime copied to clipboard
Easier ways to analyze a `DateTimePeriod` instance
The Duration class in the standard library provides everything you need to analyze its state:
isNegativeisPositive- a
ZEROinstance
Those things are missing in the DateTimePeriod class.
Would you consider adding those features?