From c83799c7ea0e0214d26067a2035d8c1531c37a44 Mon Sep 17 00:00:00 2001 From: Minki Ju Date: Thu, 13 Feb 2020 14:51:33 +0900 Subject: [PATCH] fix typo (wrong datetime parameter) --- GUI,-CLI-and-Formats-explained.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI,-CLI-and-Formats-explained.md b/GUI,-CLI-and-Formats-explained.md index 4280966..8c8b0bb 100644 --- a/GUI,-CLI-and-Formats-explained.md +++ b/GUI,-CLI-and-Formats-explained.md @@ -196,7 +196,7 @@ DiscordChatExporter.Cli.exe export -t "mfa.Ifrn" -c 53555 --after "2019-09-18 23 **Messages sent in a date range**
Use `--before` and `--after` to export messages sent at the provided date range. E.g. messages sent between September 17th 2019 11:34 PM and September 18th: ```powershell -DiscordChatExporter.Cli.exe export -t "mfa.Ifrn" -c 53555 --after "2019-09-18 23:34" --before "2019-09-18" +DiscordChatExporter.Cli.exe export -t "mfa.Ifrn" -c 53555 --after "2019-09-17 23:34" --before "2019-09-18" ``` You can try different formats like `17-SEP-2019 11:34 PM` or even refine your ranges down to milliseconds `17-SEP-2019 23:45:30.6170`!