408128e
1
2
3
4
5
6
7
8
9
import datetime def get_current_time() -> str: """ Get the current time in the string format. """ return datetime.datetime.now().isoformat()