@msheu
14 years, 10 months ago
Andy’s fix works for me too. Great job…
Congrats to the team on 1.2 Beta
Not sure if I can contribute, but I also have this problem.
WPMU 2.9.1.1
BP r2400
In wp_signups a user has
activated: 2010-01-22 03:06:39 (GMT)
In wp_bp_activity it’s
date_recorded: 2010-01-21 19:06:39 (America/Los_Angeles)
In the activity stream is say “8 hours ago.” I’m not sure what the code does but it seems that when the time is moved to the activity table it’s converted to local time rather than staying in GMT.
If I manually update wp_bp_activity to
date_recorded: 2010-01-22 03:06:39
the activity stream works as normal.
Hope that makes sense and helps.