Merge pull request #11337 from yorikvanhavre/start-timeformat

Start: Fixed default time format
This commit is contained in:
sliptonic
2023-11-13 10:59:49 -06:00
committed by GitHub

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):