Merge pull request #11337 from yorikvanhavre/start-timeformat
Start: Fixed default time format
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user