I have noted that the time displayed for posts seems incorrect. I have started a thread only few hours ago but it is showing that its started 15 hours before. Same for the notification too.
Hey @tuds what I generally do is bring the timestamp as UTC with a timezone info ($instance->created_at->format('c')) from the server and use moment.js to format it in the frontend.
It will adjust the timezone to the browser's timezone.
The problem is more than just the timezone. As of now, the most recent post above mine (in this thread) show as 1h ago, but the earlier ones show 50m, 8m ago, etc.