SV: SV: [Zope-CMF] VHM and portal_catalog
Magnus Heino
magnus.heino@pleon.sigma.se
Tue, 26 Feb 2002 07:47:05 +0100
> > form
> > start_usage 'range:min:max'
> > start [DateTime('2002/04/03'), DateTime('2002/04/03')]
> This interval is not large...
Thats the bug! Thanks!
Look at this:
WITH VHM,
http://golf.alvkarleby.net/vhm?start:list:date=2002-04-03%2000%3A00%3A00&
;start:list:date=2002-04-03%2023%3A59%3A59&start_usage=range:min:max
prints: start [DateTime('2002/04/03'), DateTime('2002/04/03')]
WITHOUT VHM,
http://golf.alvkarleby.net:8080/Golf/vhm?start:list:date=2002-04-03%2000%3A0
0%3A00&start:list:date=2002-04-03%2023%3A59%3A59&start_usage=range:m
in:max
it prints
start [DateTime('2002/04/03'), DateTime('2002/04/03 23:59:59 GMT+2')]
The time is lost when parsed through VHM.
This sure must be a bug??
(vhm is a external method that prints the request and calls
portal_catalog(REQUEST))
(I noticed the Evan checked in a fix for VHM yesterday, could that be
related?)
/Magnus