static long parseKatzeLogEntryDate(S s) {
  ret parseLocalDateWithMilliseconds(dropAfterComma(leadingSquareBracketStuff(s)));
}