ABAO77's picture
Upload 62 files
408128e verified
import datetime
def get_current_time() -> str:
"""
Get the current time in the string format.
"""
return datetime.datetime.now().isoformat()