Here is what I did to accomplish this. Add another field in your table with data type Date/Time. Name the field LastUpdated. Include this in the update form and make the form element Timestamp. This way, whenever they update their data, this field will be timestamped with the current date and time in GMT. Let me know if you find a better way to do it.