6 lines
92 B
Python
6 lines
92 B
Python
import time
|
|
|
|
|
|
def weekday_date_time():
|
|
return time.strftime("%A, %d %b %Y at %H:%M:%S")
|