Changeset 19938 for trunk/ippScripts/scripts/fake_imfile.pl
- Timestamp:
- Oct 6, 2008, 4:11:11 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/fake_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/fake_imfile.pl
r19932 r19938 197 197 $command .= " -path_base $outroot"; 198 198 $command .= " -dbname $dbname" if defined $dbname; 199 $command .= (" -dtime_script " . (( $mjd_start - DateTime->now->mjd) * 86400));199 $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400)); 200 200 # XXX add this after defined 201 201 # $command .= $stats->cmdflags(); … … 229 229 $command .= " -class_id $class_id"; 230 230 $command .= " -path_base $outroot"; 231 $command .= (" -dtime_script " . (( $mjd_start - DateTime->now->mjd) * 86400));231 $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400)); 232 232 $command .= " -code $exit_code"; 233 233 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
