Changeset 28772
- Timestamp:
- Jul 29, 2010, 12:36:30 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/czarplot.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czarplot.pl
r28762 r28772 74 74 if (!$end) {$end = $czarDb->getNowTimestamp();} 75 75 if (!$begin) { 76 if ($interval) {$begin = $czarDb-> getIntervalInPast($interval);}76 if ($interval) {$begin = $czarDb->subtractInterval($end, $interval);} 77 77 else {$begin = strftime('%Y-%m-%d 07:00',localtime);} 78 78 }
Note:
See TracChangeset
for help on using the changeset viewer.
