IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2019, 4:02:19 PM (7 years ago)
Author:
cclin33
Message:

CGI::Pretty is DEPRECATED and will be removed in a future release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ccl_branches/ipp-20190806/ippMonitor/czartool/czarpoll.pl

    r40974 r41002  
    276276    while (1) {
    277277        my $iterationStartTime = time();
    278 
     278        print $iterationStartTime;
     279        print "\n";
     280 
    279281        #get the time of last czarpoll update
    280282        $polldate = $czarDb->getPollDate();
     283        print $polldate;
     284        print "\n";
    281285        $polldate=~/^(\d{4})\-(\d{2})\-(\d{2}) (\d{2}):(\d{2}):(\d{2})$/;
    282286        my $date=DateTime->new(year=>$1,month=>$2,day=>$3,hour=>$4,minute=>$5,second=>$6,time_zone=>"HST");
Note: See TracChangeset for help on using the changeset viewer.