[rt-devel] RT::Date GMT vs Local

Jesse Vincent jesse at bestpractical.com
Sat Mar 27 05:18:43 EST 2004


On Mar 27, 2004, at 2:27 AM, Ruslan U. Zakirov wrote:

> Now, I want return to 'GMT vs Local' in RT API.
> Attached show scrip show that API is not coherent enought.
> Output:
> DBIx::SearchBuilder->DoSearch Query:  SELECT count(main.id) FROM 
> Tickets main  WHERE ((main.EffectiveId = main.id)) AND ((main.Status 
> != 'deleted')) AND ((main.Type = 'ticket')) AND ( ( (main.Created > 
> '2004-03-25 14:55') ) )
> Tickets 294
> ...
>
> DBIx::SearchBuilder->DoSearch Query:  SELECT count(main.id) FROM 
> Transactions main  WHERE ((main.Created > '2004-03-25 17:55:13'))
> Transactions 1964

I believe this is related to a known bug in 3.0.9. What perl code did 
you use to build those queries?




More information about the Rt-devel mailing list