how to check the last apt update time:
apt update
last_update="$(stat --format=%Y /var/cache/apt/pkgcache.bin)"
https://askubuntu.com/a/410259/505362