import time t = time.localtime() print (f'time.asctime(t):{time.asctime(t)}')