Recently I was working on a utility that would query a MOSS list for items with update_timestamp field within a certain range. I used CAML queries for the task and this is when I found out that for dates in CAML query filter the time part gets omitted, i.e. following two CAML queries will return the...