# HG changeset patch # User Henry S. Thompson # Date 1543681504 0 # Node ID 21152d241e1ae32815372078d686d2ddb6e73197 # Parent 1342f66693524ed668edc6075856eb289de1dc0f one last hack diff -r 1342f6669352 -r 21152d241e1a workers/bin/_timedWhich.py --- a/workers/bin/_timedWhich.py Sat Dec 01 12:13:34 2018 +0000 +++ b/workers/bin/_timedWhich.py Sat Dec 01 16:25:04 2018 +0000 @@ -25,6 +25,9 @@ lmc=sep.split(lm) if len(lmc)==1 and lmc[0].startswith('serve-proxy-cache:'): r='serve-proxy-cache:' + elif len(lmc)>14 and lmc[-2][-1]==')': + # e.g. Sun, 23 Apr 2017 11:10(02017Sun, 23 Apr 2017 11:10:29 +0300Sun, 23 Apr 2017 11:10:29 +030017) GMT + lmc=lmc[:-12] else: if oddlast.fullmatch(lmc[-1]): lmc.pop()