Hey Uzi,
I still don't understand why this peace of code doesn't work, but I know what you need to do to fix it.
So go to components/com_comment/joscomment/utils.php
on line 592 you have this code
$jdate = new JDate($strdate);
change it to:
$jdate = new JDate($strdate, $tz);
And delete the next line:
Now it should show the comment with the proper timezone.
Cheers,
Daniel
P.S. If you are happy with the component and the quality of the support please leave a small review here:
extensions.joomla.org/extensions/contact...icles-comments/12259