From looking around it would seem that JoomlaComments is using the time set on the server and not the Joomla time specified.
All my other extensions like this allow me to create an offset of the time in hours to determine the time that they should show. I just need to know how to configure this offset for JoomlaComment - I need to create an offset that adds 5 hours to the time of the server (and hence the time returned with the comments).
Can you tell me which file to use, and what code to change to do that please (as I'm not a php coder).
From what I can gather it might be to do with this line of code:
global $mosConfig_offset;
return(date($format, strtotime($strdate)+($mosConfig_offset*60*60)));
Do I need to add more '*60's or add another multiple, or something else?
Thanks,
Rich.