IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30099


Ignore:
Timestamp:
Dec 17, 2010, 9:53:25 AM (15 years ago)
Author:
rhenders
Message:

Changed timings of metrics from 6am->6am to 6pm->6pm to reflect changes in burntool scheduling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czartool/DayMetrics.pm

    r29863 r30099  
    3737    $self->{day} = $_[6];
    3838
     39    my $yesterday =  $self->{czarDb}->subtractInterval($self->{day}, "1 DAY");
     40
    3941    # sort out times
    40     $self->{begin} =  "$self->{day} 06:00";
     42    $self->{begin} =  "$yesterday 18:00";
    4143    $self->{end} = $self->{czarDb}->addInterval($self->{begin}, "1 DAY");
    4244    $self->{burntoolEnd} = $self->{czarDb}->addInterval($self->{begin}, "12 HOUR");
Note: See TracChangeset for help on using the changeset viewer.