Hi all, is UtcOffset the equivalent of `OffsetDate...
# kotlinx-datetime
i
Hi all, is UtcOffset the equivalent of
OffsetDateTime
? And is there a snapshot release somewhere?
i
No, it's more like
ZoneOffset
from java.time. In the recent changes, we have split
ZoneOffset
into two types:
FixedOffsetTimeZone
which is a special case of a
TimeZone
, and
UtcOffset
which represents offset values from UTC.
i
I see :))
I would need something that resembles OffsetDateTime is there a way to contribute that or help out?
and who I should ask?
i
We're currently collecting use cases for OffsetDateTime in https://github.com/Kotlin/kotlinx-datetime/issues/90. What would help is to contribute your use case description there.
🙌🏽 1
i
Done 😄
209 Views