Home › Forums › Inside › This WordPress Site › Function get_date_from_gmt() returns GMT time, if called from bbPress page › Re: Function get_date_from_gmt() returns GMT time, if called from bbPress page
2011-03-10 at 01:44
#2356
Keymaster
Problem solved using free NetBeans IDE 6.9.1 with Xdebug 2.1.0. Thank you!
All I had to do was to add one line of code to ‘bbpressmy-templatesMYfunctions.php’ file:
‘add_filter( ‘pre_option_gmt_offset’,’wp_timezone_override_offset’ );’