Index: /branches/eam_branches/ipp-20151113/Ohana/src/relastro/src/UpdateObjectOffsets.c
===================================================================
--- /branches/eam_branches/ipp-20151113/Ohana/src/relastro/src/UpdateObjectOffsets.c	(revision 39220)
+++ /branches/eam_branches/ipp-20151113/Ohana/src/relastro/src/UpdateObjectOffsets.c	(revision 39221)
@@ -74,4 +74,10 @@
     }
     
+    struct timeval now;
+    gettimeofday (&now, (void *) NULL);
+    char *moddate = ohana_sec_to_date (now.tv_sec);
+    gfits_modify (&catalog.header, "RELASTRO", "%s", 1, moddate);      
+    free (moddate);
+
     // write the updated detections to disk
     save_catalogs (&catalog, 1);
