Maybe just create a table on the database that drops a timestamp in whenever you sync. So, on the slave, the last timestamp in that table will be the last time it was updated.
It'll have to be something along those lines where each time a sync is done, there will have to be some method of notification -- whether it be emails, a textfile updated on the slave server, or a table in the database.