Index: trunk/ippScripts/scripts/camera_exp.pl
===================================================================
--- trunk/ippScripts/scripts/camera_exp.pl	(revision 19665)
+++ trunk/ippScripts/scripts/camera_exp.pl	(revision 19932)
@@ -10,4 +10,7 @@
 print "\n\n";
 print "Starting script $0 on $host\n\n";
+
+use DateTime;
+my $mjd_start = DateTime->now->mjd;   # MJD of starting script
 
 use vars qw( $VERSION );
@@ -353,4 +356,5 @@
     $fpaCommand .= $camStats->cmdflags();
     $fpaCommand .= " -hostname $host" if defined $host;
+    $fpaCommand .= (" -dtime_script " . (($mjd_start - DateTime->now->mjd) * 86400));
 } else {
     $fpaCommand .= " -updaterun -state full";
@@ -387,4 +391,5 @@
             $command .= " -path_base $outroot";
             $command .= " -path_base $outroot" if defined $outroot;
+            $command .= (" -dtime_script " . (($mjd_start - DateTime->now->mjd) * 86400));
         } else {
             $command .= " -updateprocessedexp";
