Je peux convertir la date et l'heure actuelles en secondes en utilisant time.time()
comme
now = time.time()
print("the now time is ") + str(now)
Production
the now time is 1340867411.88
existe-t-il une commande pour changer cela 1340867411.88
au format de date et heure actuel?