Spaces:
Build error
Build error
Upload tool
Browse files
tool.py
CHANGED
@@ -14,4 +14,4 @@ class GetCurrentTime(Tool):
|
|
14 |
useless: this arg is fckin useless
|
15 |
"""
|
16 |
from datetime import datetime
|
17 |
-
return datetime.now().strftime()
|
|
|
14 |
useless: this arg is fckin useless
|
15 |
"""
|
16 |
from datetime import datetime
|
17 |
+
return datetime.now().strftime("%d/%m/%Y, %H:%M:%S")
|