Waktu Python Currnent

from datetime import datetime
now = datetime.now()
print(now.strftime("%d/%m/%Y %H:%M:%S"))
The Biton Edge