Skip to content

Commit afa715c

Browse files
committed
Fixes #867 - Changes default time format to %c
1 parent cec2233 commit afa715c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helper_startup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def loadConfig():
6060
shared.config.set('bitmessagesettings', 'settingsversion', '10')
6161
shared.config.set('bitmessagesettings', 'port', '8444')
6262
shared.config.set(
63-
'bitmessagesettings', 'timeformat', '%%a, %%d %%b %%Y %%I:%%M %%p')
63+
'bitmessagesettings', 'timeformat', '%%c')
6464
shared.config.set('bitmessagesettings', 'blackwhitelist', 'black')
6565
shared.config.set('bitmessagesettings', 'startonlogon', 'false')
6666
if 'linux' in sys.platform:

0 commit comments

Comments
 (0)