IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30994


Ignore:
Timestamp:
Mar 21, 2011, 11:00:39 AM (15 years ago)
Author:
rhenders
Message:

Using UTC rather than HST when calling automate_stacks.pl for burntool stats.

File:
1 edited

Legend:

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

    r29180 r30994  
    3939    else {return 0;}
    4040
    41     # get today's date
    42     my ($day, $month, $year) = (localtime)[3,4,5];
     41    # get today's date UTC
     42    my ($day, $month, $year) = (gmtime)[3,4,5];
    4343    my $today = sprintf("%04d-%02d-%02d", $year+1900, $month+1, $day);
    4444
Note: See TracChangeset for help on using the changeset viewer.