Merge pull request #288 from splunk/CRL-1704-fix_security_content_ctime

fixed security_content_ctime macro
This commit is contained in:
Bhavin Patel
2019-12-17 13:43:01 -08:00
committed by GitHub
+1 -1
View File
@@ -1,5 +1,5 @@
arguments:
- field
definition: '`ctime($field$,"%m/%d/%Y %H:%M:%S")`'
definition: 'convert timeformat="%m/%d/%Y %H:%M:%S" ctime($field$)'
description: convert epoch time to string
name: security_content_ctime