Ubah Tanggal Pembuatan Sistem File
import os
os.utime(path_to_file, (access_time, modification_time))
Courageous Chinchilla
import os
os.utime(path_to_file, (access_time, modification_time))