These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Cron time stamp on the new forum.
This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
I believe the best you can do there is look at the file containing the particular cron job.
For example, if it's a users cron job, you could run:
ls -l /var/spool/cron/crontabs
And you'd see when the files were last modified. But that will only help if it was the last cron item to be added.
-Eric