Join Slack
Powered by
I noticed that `TimeZone.UTC` is not the same as `...
# kotlinx-datetime
m
Marcelo Hernandez
04/02/2023, 3:38 AM
I noticed that
TimeZone.UTC
is not the same as
TimeZone.of("UTC")
. The former's
toString()
is
"Z"
and the latter's
toString()
is
"UTC"
. Is this intended?
k
kevin.cianfarini
04/02/2023, 12:07 PM
I suggest you chime in here. I've run into this issue as well.
https://github.com/Kotlin/kotlinx-datetime/issues/222
23
Views
Open in Slack
Previous
Next