static void appendToMechQ_withDate(fS listName, fS text) { mechAppend_noUniq_inQ(listName, "[" + localDateWithMilliseconds() + "] " + text); }