From b88ba949f8d657034f808034321fabbd65bf8078 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 29 Mar 2012 18:04:12 +0200 Subject: added "date-unixtimestamp" property replacer option to format as a unix timestamp --- doc/property_replacer.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/property_replacer.html') diff --git a/doc/property_replacer.html b/doc/property_replacer.html index f0ac3c94..3af56182 100644 --- a/doc/property_replacer.html +++ b/doc/property_replacer.html @@ -390,6 +390,10 @@ option when forwarding to remote hosts - they may treat the date as invalid format as RFC 3339 date +date-unixtimestamp +format as unix timestamp (seconds since epoch) + + date-subseconds just the subseconds of a timestamp (always 0 for a low precision timestamp) -- cgit