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

#2356
Udar Gromov
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’ );’