Feature/change output timeformat#154 (#194)

* changed default output time format #154

* added time zone #154

* added rfc3339 option #154
This commit is contained in:
DustInDark
2021-11-14 17:48:38 +09:00
committed by GitHub
parent 50aebce32e
commit 480f2d26c0
2 changed files with 8 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ fn build_app<'a>() -> ArgMatches<'a> {
let usages = "-f --filepath=[FILEPATH] 'Event file path'
--csv-timeline=[CSV_TIMELINE] 'Csv output timeline'
--rfc-2822 'Output date and time in RFC 2822 format. Example: Mon, 07 Aug 2006 12:34:56 -0600'
--rfc-3339 'Output date and time in RFC 3339 format. Example: 2006-08-07T12:34:56.485214 -06:00'
-l --lang=[LANG] 'Output language'
-L --level=[LEVEL] 'Specified execute rule level(default: INFO)'
-u --utc 'Output time in UTC format(default: local time)'