I was listing the last modified files in the root directory and found something interesting regarding some dates, so I would like to know the reason behind it. I know that you can easily modify the "last modified" date from a file, however, I would like to understand why I have found those files from the Brave Snap App with a date that I have not even turned my computer on:
...
/snap/brave/172/opt/brave.com/brave/product_logo_64.png
/snap/brave/172/usr/share/mime/x-content/video-vcd.xml
/snap/brave/172/usr/share/mime/x-content/win32-software.xml
/snap/brave/172/usr/share/mime/x-epoc/x-sisx-app.xml
...
Basically, the whole Brave App (that I don't even remember downloading btw) folder has files with a last modified date of a date that my computer was completely turned off. What could have caused this, and what would be the reason behind it?
snap
applied the file dates as they were for the person packaging that brave app. This is essentially the same as happens when you unpack e.g. atar
archive! The unpacking program applies the original file dates, as saved in the archive. The semantics here is that files are exactly as on the application packager's computer, and hence the timestamps are like they were when he put together the brave snap. Not the time at which your computer unpacked the snap archive. – Marcus Müller Aug 08 '22 at 16:24