I understand that by design LocalTime does not support more than 24h.
I wonder if this community knows a library with an Object similar LocalTime that support more than 24h. But still have methods like plus()
or isAfter()
.
I want to use it to represent time values for example like 103 hours and 44 minutes or 60 hours and 12 minutes and 59 seconds.