static S skipDate_flex(S s) { if (regexpFinds("^\\d{4}/\\d{2}/\\d{2} \\d{2}:\\d{2} GMT", s)) ret trimSubstring(s, indexOf(s, "GMT")+3); ret s; }