Ändern Sie das Dateisystem der Erstellung des Erstellungsdatums
import os
os.utime(path_to_file, (access_time, modification_time))
Courageous Chinchilla
import os
os.utime(path_to_file, (access_time, modification_time))