log2timeline / dfvfs

Digital Forensics Virtual File System (dfVFS)
Apache License 2.0
204 stars 45 forks source link

Switch to st_birthtime for Python 3.12 and later on Windows #764

Closed joachimmetz closed 7 months ago

joachimmetz commented 7 months ago

Per https://docs.python.org/3/library/os.html#os.stat

Changed in version 3.12: On Windows, st_ctime is deprecated. Eventually, it will contain the last metadata change time, for consistency with other platforms, but for now still contains creation time. Use st_birthtime for the creation time.