detail
Investigated Daily[50]'s T-OUTBOUND-TZ report (transfer 3787) fully. Found the primary timezone-parsing complaint was ALREADY fixed earlier today by an earlier Server[40] session (normalize_since_pt() -- deployed, escaping-corrected by Master per K371/transfer 3813) -- outbound_verify() already calls it correctly, confirmed via fresh live read, no further timezone work needed. The SECONDARY issue in the same report was still real and unfixed: the transfer-side match required subject LIKE %expense%/%financial%/%income%, so a normally-worded receipt transfer (e.g. Receipt logged - R Burgers - $12.54) could still false-fail. Confirmed via CLOSE.php source that outbound_check[pass] feeds directly into all_pass -- a false match here genuinely blocks session close, matching Daily's need for a workaround. Broadened the transfer query to count any outbound transfer from the system since $since_norm, dropping the subject restriction, per the report's own suggested fix.