vote up 2 vote down star
1

The recent view (as with /users/recent/[id]) which you get when you click the little envelope next to your name, was recently fixed (thanks!) but unfortunately seems broken again. The start-time for recent is the odd 2009-11-03 10:00:06Z, regardless the time of day. The start-time for today is the more logical 2009-11-03 00:00:00Z. Both have the correct end-time.

If it is supposed to be different, I'd vote for "last XX hours" or "last 20 items" under recent, which seems to make more sense, but that would be a feature request, while this is supposed to be a bug report ;)

EDIT: for some odd reason, the time stamp seems equal to the start of your current session. That makes little sense, because then in most cases you won't see any response, unless you stay on long enough. But if you wait an hour and check back, the list will be empty again.

EDIT: the time seems equal to current time minus the time of "last activity" in your profile (which is not the last time you were active, which should be the end of your last session or action, but it's the start of your current session — so it seems for SO and Meta).

flag

50% accept rate
For me recent starts at 2009-11-03 07:44:44Z. – Stephan202 Nov 3 at 13:07
On Meta, that is. On SO it's 2009-11-03 07:43:01Z and on SF and SU it's 2009-11-03 07:49:07Z. – Stephan202 Nov 3 at 13:08
For me it is 2009-11-03 06:44:02Z to 2009-11-03 23:59:59Z. It varies according to the time you last accessed the site, or viewed 'recent' or something like that. – joshhunt Nov 3 at 13:14

1 Answer

vote up 0 vote down check

By design. The envelope, by default, uses the last time we "saw" you as the date.

This same date is visible on your profile page, under:

  • Seen field
  • Last Activity field

equivalent to these values:

<add key="Security.LastAccessDateThresholdMins" value="30" />
<add key="Security.LastLoginDateThresholdHours" value="8" />
link|flag
1  
Thanks for answering. Unfortunately, that makes "recent" pretty useless. Why show the last minute when you're a minute online? I'd rather see the last XX hours or so (could even be an adjustable setting). It's much more interesting to see the last recent activity when I was away then the utmost recent activity since I was online, which is the activity I know anyway in most cases. – Abel Nov 4 at 12:36
I saw my rep was up today, click on the envelope and it didn't show any activity. Then I realized that recent means "here's what happened in the last minute since you just signed on." Pretty worthless. – DLux Nov 6 at 16:21

Your Answer

Get an OpenID

Not the answer you're looking for? Browse other questions tagged or ask your own question.