IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28772


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

Using new MySQLDb conveniance method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czarplot.pl

    r28762 r28772  
    7474if (!$end) {$end = $czarDb->getNowTimestamp();}
    7575if (!$begin) {
    76     if ($interval) {$begin = $czarDb->getIntervalInPast($interval);}
     76    if ($interval) {$begin = $czarDb->subtractInterval($end, $interval);}
    7777    else {$begin =  strftime('%Y-%m-%d 07:00',localtime);}
    7878}
Note: See TracChangeset for help on using the changeset viewer.