We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac05a5 commit 6d2a46dCopy full SHA for 6d2a46d
zeek-term.py
@@ -88,7 +88,7 @@ def process_text_log_line(log_type, parts):
88
89
record = dict(zip(header, parts))
90
91
- if not args.no_ts_conversation and 'ts' in record:
+ if not args.no_ts_conversion and 'ts' in record:
92
record['ts'] = convert_ts(record['ts'])
93
94
if log_type == 'files' and 'uid' in record:
0 commit comments