Linux - check when crontab file was last amended
If you are root or sudoer:
sudo ls -l /var/spool/cron/crontabs/$USER
UPD: as pointed by @jgr, the exact path may vary, like:
sudo ls -l /var/spool/cron/$USER
Otherwise, it doesn't seem to be possible without altering directory permissions.