IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2010, 1:20:34 PM (16 years ago)
Author:
bills
Message:

add -timestamp_begin and -timestamp_end to the parameters for -updatereq

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pstamptool.c

    r28294 r28297  
    558558    PXOPT_COPY_S32(config->args, where, "-fault",      "fault", "==");
    559559    PXOPT_COPY_STR(config->args, where, "-state",      "state", "==");
     560    PXOPT_COPY_TIME(config->args, where, "-timestamp_begin", "timestamp", ">=");
     561    PXOPT_COPY_TIME(config->args, where, "-timestamp_end", "timestamp", "<=");
    560562    pxAddLabelSearchArgs(config, where, "-label",      "pstampRequest.label", "LIKE");
    561563    if (!psListLength(where->list)) {
Note: See TracChangeset for help on using the changeset viewer.