I'm curious if there's any thoughts on why you mig...
# forkhandles
a
I'm curious if there's any thoughts on why you might want to use
time4k
over
java.time.Clock
on the JVM. I'm not even certain the
TimeSource
class will load correctly outside the JVM 🤔 . The best theory I have is that it's simpler to implement a custom
TimeSource
than a
Clock
.