Update to run with Podman
This commit is contained in:
@@ -335,7 +335,8 @@ class NotificationRuleData(object):
|
||||
if not isinstance(matches, list):
|
||||
matches = [matches]
|
||||
matches_copy = matches.copy()
|
||||
match_ts = datetime.utcnow().isoformat()
|
||||
# match_ts = datetime.utcnow().isoformat()
|
||||
match_ts = int(datetime.utcnow().timestamp())
|
||||
batch_id = uuid.uuid4()
|
||||
|
||||
# Filter empty fields in meta
|
||||
|
||||
Reference in New Issue
Block a user