ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/DBReporter2/DBReporterMain.java
(Generate patch)

Comparing projects/cms/source/reports/DBReporter2/DBReporterMain.java (file contents):
Revision 1.4 by pjm2, Sat Feb 3 22:11:39 2001 UTC vs.
Revision 1.5 by pjm2, Sat Feb 3 23:02:10 2001 UTC

# Line 11 | Line 11 | public class DBReporterMain {
11          long endTime = DateUtils.startOfToday();
12          
13          // Uncomment next line to go back in time...
14 <        endTime = DateUtils.subtractDays(endTime, 3);
14 >        //endTime = DateUtils.subtractDays(endTime, 2);
15          
16          long startTime = DateUtils.subtractDays(endTime, 1);
17          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines