I have a bunch of image- and video-files and want to sort them by creation-date in Windows. In Windows-Explorer, I see a colum "date" which shows the correct date, all my files for testing are from 2019. But using php, it seems I'm not able to get this date: With filemtime, filectime or fileatime, I only get dates from August 2021.
Where is Windows getting the correct date from and how can I get it, too, in php?