humanReadableLogicalType && schema.objectProps["logicalType"] == "timestamp-micros" && field is Long -> {
            Instant.EPOCH.plus(field, ChronoUnit.MICROS).toString().right()
        }