if (typeof z === "object" && typeof z.getTime === "function") {
                                x = new Date().getTime();
                                if (z.getTime() > x + t) {
                                    continue
                                }