Match any timestamp in log file ?

Post Reply
Angahran
Posts: 26
Joined: Thu Jul 17, 2014 8:04 pm

Match any timestamp in log file ?

Post by Angahran » Thu Mar 15, 2018 7:53 pm

I think the following will match any combination of short or long timestamp in log file, but not 100% certain and there may be a better way.

\b(^|^[{n}:{n}] AM |^[{n}:{n}] PM |^[{n}:{n}:{n}] AM |^[{n}:{n}:{n}] PM )\b

Angahran
Posts: 26
Joined: Thu Jul 17, 2014 8:04 pm

Re: Match any timestamp in log file ?

Post by Angahran » Mon Aug 13, 2018 3:39 pm

Ignore me, the log file has always had the timestamp, it's just the UI that didn't.
So, obviously, GINA knows how to handle the timestamps.

Post Reply