From 2e45fa9fb80977fd67b9635ae0ef82497660136d Mon Sep 17 00:00:00 2001 From: DustInDark Date: Wed, 8 Jun 2022 18:58:38 +0900 Subject: [PATCH] fixed rfc-3339 output format #574 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fe2d903..d53f82d7 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ USAGE: --start-timeline [START_TIMELINE] 'Start time of the event logs to load. (Example: "2018-11-28 12:00:00 +09:00")' --end-timeline [END_TIMELINE] 'End time of the event logs to load. (Example: "2021-11-28 12:00:00 +09:00")' --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)' + --rfc-3339 'Output date and time in RFC 3339 format. (Example: 2006-08-07 12:34:56.485214-06:00)' --US-time 'Output date time in US time format. (Example: 08-07-2006 00:34:56.485 PM -6:00)' --US-military-time 'Output date time in US military time format. (Example: 08-07-2006 12:34:56.485 -6:00)' --European-time 'Output date time in European time format. (Example: 07-08-2006 12:34:56.485 +2:00)'