Start: Fixed default time format - fixes #10793

This commit is contained in:
Yorik van Havre
2023-11-10 14:10:43 +01:00
parent 453c099873
commit 0e939872f4

View File

@@ -126,7 +126,7 @@ def getInfo(filename):
global iconbank, tempfolder
tformat = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Start").GetString(
"TimeFormat", "%m/%d/%Y %H:%M:%S"
"TimeFormat", "%c"
)
def getLocalTime(timestamp):