Hi @robin-w,
Did you get a chance to take a further look at this?
I noticed that if I change the “Dashboard > Settings > General” timezone to UTC+0, bbPress starts displaying the correct time freshness, but all other timestamps across the website become incorrect, because UTC+0 is the incorrect timezone for the website’s location. It should be UTC-7.
Please tell me how I can apply the “UTC+0” timezone exclusively to bbPress alone, so that it starts displaying the correct freshness?
I know that changes made directly inside the bbPress plugin will be overridden during the next update, but I’m just wondering if in the meantime there is a line of code I could change within the plugin as a temporary fix?
…Similar to the way the person who was experiencing the same problem in the link provided above did, stating: “In my case (Pacific Time) I needed to subtract 7 hours which translated to 25200 seconds” and made the temporary fix directly inside his install of the plugin.
Hi @robin-w,
Alright, thanks. I will appreciate it.
Hi @robin-w,
Thank you for the suggestion.
I tried it in my theme’s function.php file, but it did not work.
Was that the correct functions file to try it in?