[rt-users] how does rt --limit-last-updated work?

matthew zeier matthew.zeier at thirdcoast.net
Thu Sep 20 13:51:58 EDT 2001


Maybe I'm not understanding what this is supposed to do:

mrz at irv1-core [~/] 64>
/opt/rt2/bin/rt --limit-owner=mrz --summary --limit-status=open --limit-stat
us=new --limit-last-updated=09/01/2001-09/20/2001
  id  Stat    Queue                                   Subject
Requestor
  59   new
  83  open
 111  open
 244  open
 280  open
 284   new
 288   new
 308  open
 311   new

However,

mysql> select LastUpdated from Tickets where id = 59;
+---------------------+
| LastUpdated         |
+---------------------+
| 2001-08-07 16:39:27 |
+---------------------+


I would have figured to only see tickets within that date range.  What'd I
do wrong?


> 6/21/2001-6/23/2001 should certainly work.
>
>
> On Mon, Sep 17, 2001 at 01:56:17PM -0700, matthew zeier wrote:
> >
> > I don't understand how to construct my date range for
> > --limit-last-updated.
> >
> >          --limit-last-updated=[starts][-][ends]
> >              starts and ends are dates.  starts can not be less than
ends
> >
> >
> > Can someone help?
> >






More information about the rt-users mailing list