Crash when converting Kotlin DISTANT_PAST to NSDate #458
jamesrapadmi
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When converting and
Instant
to anNSDate
there's a range check inConverters.kt
that fails if the range is outside the distant past - distant future range inNSDate
. I feel like convertingInstant.DISTANT_PAST
to anNSDate
should work and should returnNSDate.distantPast
. Has this been considered at all?Beta Was this translation helpful? Give feedback.
All reactions