in app/helpers/ZonedDateTimeEncoder.scala [15:17]
override def apply(c: HCursor): Result[ZonedDateTime] = for { str <- c.value.as[String] } yield ZonedDateTime.parse(str, DateTimeFormatter.ISO_OFFSET_DATE_TIME)