m-ric HF staff commited on
Commit
d21f938
·
verified ·
1 Parent(s): 17c4fb7

Upload tool

Browse files
Files changed (1) hide show
  1. tool.py +1 -1
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")