IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2010, 10:45:19 AM (16 years ago)
Author:
heather
Message:

trying to commit my changes from yesterday

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/haf_branches/ipp.20100512/ippScripts/scripts/minidvodb_createdb.pl

    r28168 r28171  
    202202   }
    203203    if ($create_new == 0) {
    204         my $parser = DateTime::Format::Strptime->new( pattern => '%Y-%m-%dT%H:%M:%S' );
     204        my $parser = DateTime::Format::Strptime->new( pattern => '%Y-%m-%dT%H:%M:%S', time_zone => "HST" );
    205205        my $creation_dt = $parser->parse_datetime( $creation_date )->mjd;
    206         if ($mjd_start- $creation_dt > $minidvodb_interval && $addRun_count > 0 ) {
     206        if ($mjd_start- $creation_dt > $minidvodb_interval) { # && $addRun_count > 0 ) {
     207        #if ($mjd_start- $creation_dt > $minidvodb_interval && $addRun_count > 0 ) {
    207208            #db is old and has stuff in it, want to create_new
    208209            $create_new = 1;
Note: See TracChangeset for help on using the changeset viewer.