From f4addcf5a312e27e6424608561d58c7f5325c699 Mon Sep 17 00:00:00 2001 From: jeancf Date: Tue, 11 Jul 2023 13:40:53 +0200 Subject: [PATCH] Better default in config --- default.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.toml b/default.toml index f0e8a8c..c45fa86 100644 --- a/default.toml +++ b/default.toml @@ -35,7 +35,7 @@ remove_trackers_from_urls = false footer = "" # If specified, also diplay a timestamp on the "Original Tweet" line -# in the given format e.g. "%D %b %Y %H:%M" +# in the given format e.g. "%d %b %Y %H:%M %Z" # see https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior # Default is "" (tweet timestamp is not displayed) tweet_time_format = ""