Comment enregistrer la date dans Cookie Python

import datetime
print(datetime.datetime.fromtimestamp(int(cookie_time)).strftime('%Y-%m-%d %H:%M:%S'))
Panicky Partridge