Will check this behaviour, I think it should use WP time, but will double check anyway.
Hi, are you checked ?
i checked the code in /inc/notifications.php
i thinks the problem is here
$time = wp_strip_all_tags( stripslashes( date_i18n( $time_format, $timestamp ) ) );
the function date_i18n accept timestamp with offset but in your code seems no offset added, this function have some problem look below https://developer.ww.wp.xz.cn/reference/functions/date_i18n/
Hi there!
If you are talking about timezone, I think it should consider it.
fix is ready, will release with other tunes soon.
ok check also the time on thread page, also in single thread chat the problem occurs
at that pages browser time used to show time.
when you pass the mouse on the time of single messages you can see 2 time look below:
<div class="time" title="2020-11-16 15:56:53">2 hours ago</div>
the first is “2 hours ago” and this seems correct but the time in title attribute are incorrect “2020-11-16 15:56:53”
so when pass the mouse on the time the tooltip time are incorrect