San Francisco
Webmaster of
http://ftblg.com
Spanish Photobloging platform.
German Laullon's
Activity Stream →
-
German Laullon posted a reply on the forum topic [Adjust Time Zone]: 7 months, 3 weeks ago
Here my temporal solution:
‘add_action( ‘bp_activity_before_save’, “ftblg_bp_timezone_bug” );
function ftblg_bp_timezone_bug($activity) {
$blog_time_offset=get_option(’gmt_offset’) * 3600;
$server_time_offset=-6 * 3600;
$activity->date_recorded = $activity->date_recorded – $blog_time_offset;
$activity->date_recorded = $activity->date_recorded + $server_time_offset;
}
‘
change ‘-6′ for the server time zone. -
German Laullon posted a reply on the forum topic [Adjust Time Zone]: 7 months, 3 weeks ago
Hi,
I’m wondering if there is any plan to resolve this problem.
Thanks -
laullon updated the “Base” information on their profile 8 months ago
German Laullon's
Wire Messages →
No one has posted to German Laullon's wire yet.