I was playing around with the URL to the /users/recent page, and it looks like I can add a time to the StartDate URL parameter, but not to EndDate. Regardless of what time I set for EndDate, it always comes out as 23:59:59.
For example:
/users/recent/18511?StartDate=2009-10-12%2001:23:45Z&EndDate=2009-10-12%2019:20:21Z
Shows: "2009-10-12 01:23:45Z to 2009-10-12 23:59:59Z".
Is there any chance you could add this in? I know it's not something most users would ever use. I mainly want it because I tried to write a GreaseMonkey script that would make Today/Yesterday/etc. buttons based on my local timezone (as suggested to me by Kyle), and I couldn't get it to work because of this.