Change default timestamp to %F %r (#1595)

Fixes #1100
This commit is contained in:
Jonathan Wren 2022-09-17 12:02:52 -07:00 committed by GitHub
parent 66d26cfed6
commit e9be61cae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,