mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-06-12 19:29:11 +02:00
Fix timeformat (#44)
This commit is contained in:
@@ -1021,7 +1021,7 @@
|
||||
"name" : "Threat Hunting"
|
||||
} ],
|
||||
"tier" : "community",
|
||||
"timeformat" : "YYYY-MM-DDThh:mm:ss",
|
||||
"timeformat" : "yyyy-MM-dd hh:mm:ss",
|
||||
"version" : "0.0.0-test"
|
||||
}
|
||||
}
|
||||
@@ -1110,7 +1110,7 @@
|
||||
"name" : "Threat Hunting"
|
||||
} ],
|
||||
"tier" : "community",
|
||||
"timeformat" : "YYYY-MM-DDThh:mm:ss",
|
||||
"timeformat" : "yyyy-MM-dd hh:mm:ss",
|
||||
"version" : "0.0.0-test"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user