Change default timestamp to %F %r

Fixes #1100
This commit is contained in:
Jonathan Wren 2022-09-10 14:24:34 -07:00
parent 66d26cfed6
commit ee11a6bf2d

View file

@ -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,