Modifier la création de fichiers Date de fichier py

import os

os.utime(path_to_file, (access_time, modification_time))
Courageous Chinchilla