Hi,
Today I was playing with some date-range queries in explorer and found a small problem. When you try to use queries like this:
SELECT o from TestObject o where o.date > :someDate
where o.date is java.util.Date, 'where' doesn't work as it should. Results are not filtered by date. There is no such problem in code because we can set Date() object as parameter. However this is hard in explorer.
You can find UTC attached to this post.