IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28773


Ignore:
Timestamp:
Jul 29, 2010, 12:37:33 PM (16 years ago)
Author:
rhenders
Message:

Fixed 'midnight problem', i.e. plot from previous day until we get past 7am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/roboczar.pl

    r28752 r28773  
    120120        $end = $czarDb->getNowTimestamp();
    121121
     122        if ($czarDb->isBefore($end, $begin)) {
     123
     124            $begin = $czarDb->subtractInterval($begin, "1 DAY");
     125        }
     126
    122127        foreach $stage (@stages) {
    123128
Note: See TracChangeset for help on using the changeset viewer.