dkdkdkdkdkdk

This commit is contained in:
Young Hoon Lee
2025-09-23 19:46:03 +09:00
parent 9d98b8d19b
commit 061ee37ba2
4 changed files with 20 additions and 76 deletions

View File

@@ -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