OS: Arch Linux 64bit
Creation date/time field is empty for files that have one. On EXT4 filesystems (like mine) this is called a "Birth" date. I have verified my files have one using the stat command.
Code: Select all
stat test.jpg
----------------------
File: test.jpg
Size: 64334 Blocks: 128 IO Block: 4096 regular file
Device: 259,2 Inode: 26879626 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 1000/ mojave) Gid: ( 1000/ mojave)
Access: 2024-08-19 15:57:17.783109796 -0500
Modify: 2024-08-19 15:57:17.796109874 -0500
Change: 2024-08-19 15:57:17.797109880 -0500
Birth: 2024-08-19 15:57:17.783109796 -0500
To reproduce:
1. Check metadata of image or view as Details on Linux
2. Creation date/time and File Created Date will be empty.