Cambiar la fecha de creación del sistema de archivos PY
import os
os.utime(path_to_file, (access_time, modification_time))
Courageous Chinchilla
import os
os.utime(path_to_file, (access_time, modification_time))