static long ai_chatLineUnixTime(S line) { S date = ai_forward(line, "was posted at time"); ret date == null ? -1 : parseDateWithSecondsGMT(date); }