TwoClocks
12/04/2021, 8:02 PMDuration
it seems to be missing .between
? So I need to use Java's, in which case I can't use Kotlin's because importing both doesn't work? What am I missing?ephemient
12/04/2021, 8:15 PMimport x as y
to get around the name conflict locallyTwoClocks
12/04/2021, 8:17 PMephemient
12/04/2021, 8:20 PMTwoClocks
12/04/2021, 8:40 PMDidier Villevalois
12/04/2021, 11:57 PMoperator fun Instant.minus(Instant): Duration
to do thisTime - thatTime
.TwoClocks
12/05/2021, 9:05 PM