From e9be61cae20dbd91d951feb82563bf84d7a3a431 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 17 Sep 2022 12:02:52 -0700 Subject: [PATCH] Change default timestamp to `%F %r` (#1595) Fixes #1100 --- jrnl/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrnl/config.py b/jrnl/config.py index bdcc86ab..c8d5902c 100644 --- a/jrnl/config.py +++ b/jrnl/config.py @@ -97,7 +97,7 @@ def get_default_config(): "template": False, "default_hour": 9, "default_minute": 0, - "timeformat": "%Y-%m-%d %H:%M", + "timeformat": "%F %r", "tagsymbols": "#@", "highlight": True, "linewrap": 79,