Skip to content

Commit e99c455

Browse files
authored
Merge 0adc285 into e82d24c
2 parents e82d24c + 0adc285 commit e99c455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/globalCommands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def script_reportCurrentSelection(self,gesture):
272272
)
273273
def script_dateTime(self,gesture):
274274
if scriptHandler.getLastScriptRepeatCount()==0:
275-
text=winKernel.GetTimeFormatEx(winKernel.LOCALE_NAME_USER_DEFAULT, winKernel.TIME_NOSECONDS, None, None)
275+
text=winKernel.GetTimeFormatEx(winKernel.LOCALE_NAME_USER_DEFAULT, None, None, None)
276276
else:
277277
text=winKernel.GetDateFormatEx(winKernel.LOCALE_NAME_USER_DEFAULT, winKernel.DATE_LONGDATE, None, None)
278278
ui.message(text)

0 commit comments

Comments
 (0)