Hi Jesse, <br><br>>RT stores ALL dates as UTC in the database. My first guess would be<br>>ACLs (are you root? Are there deleted tickets?)
<br>>Have you compared the missing tickets to see if there are commonalities?<br><br><br>Thanks for getting back to me so soon.  I have connected as both root and myself when querying this queue and the results were the same for the queries.  Now I have modified my mysql query to:
<br><br>select count(*) from Tickets where Created >= '2007-08-23 04:00' and Created <= '2007-08-24 03:59:59' and Queue = 1 and Status != 'deleted' and !(Status = 'resolved' and Resolved = '1970-01-01 00:00:00'); 
<br><br>where a queue of 1 is the support queue.  This query gives me the same list of tickets as the RT Ticket Query results.  The results also match the calls from the RT CLI. <br><br>I have noticed that there are several tickets that have a status of resolved but not have a Resolved datetime other than the default.  Oddly doing either a status update via "The Basics" options or selecting the Resolve link at the top of the ticket page both show me a datetime for Resolved in the database (and UI).  So it is interesting how we can have tickets with that situation.  The version of RT at work and my local copy are both 
3.4.4.  The data in question is recent but I have not been able to replicate the situation.<br><br>Now I can get the RT Ticket Query and mysql to agree on the results but RTx::Statistics is returning different values.  Does RTx::Statistics gather the data differently?  In specific looking at the 'Time to Resolve' I get values that are nothing like what the 3 other options above will show me for the count of Created tickets.  
<br><br>Thanks,<br>Shawn<br><br>