I noticed that `TimeZone.UTC` is not the same as `...
# kotlinx-datetime
m
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
I suggest you chime in here. I've run into this issue as well. https://github.com/Kotlin/kotlinx-datetime/issues/222