Should serializing a FixedOffsetTimeZone like `TimeZone.UTC` just yield a `'Z'`? This was violating ...
k
Should serializing a FixedOffsetTimeZone like
TimeZone.UTC
just yield a
'Z'
? This was violating a backend contract we have and took me by surprise. Doing
TimeZone.of("UTC")
fixed this.
I believe the tzdb name should be
Zulu
during serialization.