chg: [farsight_passivedns] Making first_time and last_time results human readable

- We get the datetime format instead of the raw
  timestamp
new_features^2
chrisr3d 2021-03-30 03:47:34 +02:00
parent d7b529d3fe
commit a6a8978b20
1 changed files with 2 additions and 1 deletions

View File

@ -154,7 +154,8 @@ def parse_input(attribute, config):
lookup_args = {
'limit': config['limit'] if config.get('limit') else DEFAULT_LIMIT,
'offset': 0,
'ignore_limited': True
'ignore_limited': True,
'humantime': True
}
attribute_type = attribute['type']
if attribute_type in flex_query_input: