dkdkdkdkdkdk
This commit is contained in:
@@ -34,7 +34,7 @@ def GetCurrentTime() -> str:
|
||||
minute = current_time_struct.tm_min
|
||||
second = current_time_struct.tm_sec
|
||||
|
||||
strRet = (f"{year}/{month}/{day}_{hour}:{minute}:{second}")
|
||||
strRet = (f"{year}-{month}-{day}_{hour}:{minute}:{second}")
|
||||
|
||||
return strRet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user