Андрей Читаем комментарии на https://android.stackexchange.com/questions/227163/how-to-find-the-creation-date-and-time-aka-timestamp-for-a-file-or-folder-in-a
Unfortunately, this is not possible when using Android’s emulated filesystem. Android’s emulated filesystem does not store the creation date of files or folders, so there is no way to retrieve this data, as it does not exist.
Потому что:
Note that Irfan’s initial comment didn’t say “Android doesn’t support”, but “Android’s emulated filesystem doesn’t support this field”. He was pointing to what’s called “external storage”, ie. the sdcard file systems (for the external SD card as well as for the internal one, the latter using an emulated FAT via FUSE). – Izzy, Jul 29, 2020 at 8:13
Я так понимаю, что раньше были вставляемые физические SD карты, но затем они стали повсеместно эмулироваться внутри через FUSE. На самом Android еще есть низкоуровневые функции доступа к файловой системе, но наружу отдается эмуляция, из которой до FAR, как Вы правильно заметили, доходят уже совсем левые значения, раз ему нужно чем-то заполнить в GUI неожиданно отсутствующие для него значения. А Проводник честно не показывает то, чего нет.
(Получается, что люди на Винде, которые правили в FAR дату изменения вместо даты создания для своих фоток - были весьма прогрессивны.)