It's very unintuitive that this assert fails. ```kotlin assertEquals(TimeZone.UTC, TimeZone.of("UTC")) ``` I've re-discovered this fact multiple times when writing tests around datetime logic with time zones. Presumably this is the same root cause as #222