Hello. Is there any reason for specifying DateTimeFormatter.ISO_OFFSET_DATE_TIME as the format for parsing ZonedDateTimes in ZonedDateTimeKeyDeserializer? This prevents valid ZonedDateTime keys from being deserialised. If the second parameter to .parse isn't specified, then all formats supported by .parse are allowed. I have raised a PR to change this: https://github.com/FasterXML/jackson-modules-java8/pull/305