From afa715cf1b113f970ab9b698e4acad33178836ef Mon Sep 17 00:00:00 2001 From: Louis-Guillaume DUBOIS Date: Sat, 18 Jun 2016 14:19:23 +0200 Subject: [PATCH] Fixes #867 - Changes default time format to %c --- src/helper_startup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper_startup.py b/src/helper_startup.py index a194a574..b7a1ef1b 100644 --- a/src/helper_startup.py +++ b/src/helper_startup.py @@ -60,7 +60,7 @@ def loadConfig(): shared.config.set('bitmessagesettings', 'settingsversion', '10') shared.config.set('bitmessagesettings', 'port', '8444') shared.config.set( - 'bitmessagesettings', 'timeformat', '%%a, %%d %%b %%Y %%I:%%M %%p') + 'bitmessagesettings', 'timeformat', '%%c') shared.config.set('bitmessagesettings', 'blackwhitelist', 'black') shared.config.set('bitmessagesettings', 'startonlogon', 'false') if 'linux' in sys.platform: