Looks like a bug in the documentation: <https://ko...
# getting-started
l
Looks like a bug in the documentation: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.time/-time-mark/has-not-passed-now.html
Returns false if this time mark has not passed
Shouldn't it return
true
in this case?
Further on, it states:
it can change only from true to false, namely, when the time mark becomes behind the current point of the time source.