<@U0BFDUP0E> Unfortunately, `kotlin.time` is not g...
# announcements
e
@jw Unfortunately,
kotlin.time
is not going to solve proper time handling for the rest. Time is still hard, despite great libraries. Now, it is great to have libraries that don't have their own time bugs, but generally it is of little help. Most time-sensitive code I've seen in Java, for example, is incorrect in the presence of rare circumstance. For example, if you ntp daemon suddenly adjusts time for a few days then a typical big enterprise piece of software just hangs until restated.