TIMEZONE different to GMT/UTC

hi, I would like to change the GMT time to europe/athens time +3 UTC for the published articles. how the time can to be changed? Thanks a lot.javascript:void(0);
10 years 11 months ago #1 by manos
The topic has been marked as resolved.
  • Posted by TemplatePlazza (5310) Offline
Hi stathakis, can you tell me what extension you're talking about?
10 years 11 months ago #2 by TemplatePlazza
The topic has been marked as resolved.
Mini frontpage (Joomla 3 Module)
10 years 11 months ago #3 by manos
The topic has been marked as resolved.
  • Posted by TemplatePlazza (5310) Offline
Hi, from your joomla administrator page go to :
System > Global Configuration > Tab Server
You will see option for server time zone there . pls see this goo.gl/dYgbzN
10 years 11 months ago #4 by TemplatePlazza
The topic has been marked as resolved.
This didnt solve my problem, I have put the time zone (athens) +3 GMT because if I put universal Time UTC as u say, then every article is published with wrong time. For example if I publish an article at 5 oclock in the afternoon, the published time in the article seems to be 2 oclock. If I put Athens in the server time zone, the articles are published right with the correct local time. However tha mini frontpage module get the GMT time. I was wondering if I can change the time setting from module programming code. Thanks a lot.
10 years 10 months ago #5 by manos
The topic has been marked as resolved.
  • Posted by TemplatePlazza (5310) Offline
Hi stathakis,
We're sorry for delay in responding due to weekend offline. In regards to your problem, can you try to open the file mod_minifrontpage.php at line 89 find this code :
$tzoffset = $config->get('config.offset');

try to change that to :
$tzoffset = $config->get('offset');

and let me know the result
10 years 10 months ago #6 by TemplatePlazza
The topic has been marked as resolved.
Powered by Kunena Forum