New issue by gc-user on void-packages repository https://github.com/void-linux/void-packages/issues/40990 Description: ### Is this a new report? Yes ### System Info Void 5.19.17_1 x86_64 GenuineIntel uptodate hold rrmDFFFFFFF ### Package(s) Affected glib-2.74.0_3 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? Only aware of this mention in a now closed issue: https://github.com/void-linux/void-packages/issues/39523#issuecomment-1267932816 ### Expected behaviour Copying a file from an android device to the void system using thunar should not result in the file on the void system having a blank date / time entry. The date / time stamp of the file should be the same as on the android device. ### Actual behaviour When copying a file using Thunar from android device to void system the files arrives without time / date stamp. This does not occur if terminal is used (cp -p). If terminal is used to view file attributes (ls-l) the file copied using Thunar has a date / time stamp of Jan 1, 1970 and the attributes "-rwxr-----". The file copied using terminal (cp -p) the file has the same date / time stamp as the file on the android device and the attributes "-rw-------". When showing of attributes is enabled in Thunar, it shows the same respective attributes as "ls -l" command (as it should). ### Steps to reproduce - Connect android device and allow file access. - Copy a file using Thunar from the android device to the void system. - If glib (and glib-networking) v2.74 is installed, the file has no date / time stamp on the void system. - If glib (and glib-networking) v2.72 is installed, the file shows the same date / time stamp as file on android device.