Changeset 19938 for trunk/ippScripts/scripts/chip_imfile.pl
- Timestamp:
- Oct 6, 2008, 4:11:11 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r19932 r19938 237 237 $command .= " -dbname $dbname" if defined $dbname; 238 238 $command .= $stats->cmdflags(); 239 $command .= (" -dtime_script " . (( $mjd_start - DateTime->now->mjd) * 86400));239 $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400)); 240 240 } else { 241 241 $command = "$chiptool -tofullimfile"; … … 276 276 $command .= " -path_base $outroot"; 277 277 $command .= " -hostname $host" if defined $host; 278 $command .= (" -dtime_script " . (( $mjd_start - DateTime->now->mjd) * 86400));278 $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400)); 279 279 } else { 280 280 $command .= "$chiptool -updateprocessedimfile";
Note:
See TracChangeset
for help on using the changeset viewer.
