You are not logged in.
This may sound like a weird question but I was wondering if there was a way, other than having to search through /var/log/pacman.log, to find the date pacman -Sy or pacman -Syy has been ran? For my purposes I am currently grabbing the last mod time from the database files in /var/lib/pacman/sync/ and going off of that but I was wondering if there is a better approach than this.
Offline
ls -lt /var/lib/pacman/sync/Offline
Ah then there is no way to get such information from Pacman itself? This way is close to the method that I am currently using, using the file command and grabbing the last modified date from there that way I can grab the right date and time for each repo.
Offline