TIMEZONE different to GMT/UTC
- Posted by manos (4) Offline
 
				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);			
						
								11 years 6 months ago								#1
				by manos
			
		
			The topic has been marked as resolved.		
	
												- Posted by TemplatePlazza (5369) Offline
 
				Hi stathakis, can you tell me what extension you're talking about?			
						
								11 years 6 months ago								#2
				by TemplatePlazza
			
		
			The topic has been marked as resolved.		
	
												- Posted by manos (4) Offline
 
			The topic has been marked as resolved.		
	
												- Posted by TemplatePlazza (5369) 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
						
								11 years 5 months ago								#4
				by TemplatePlazza
			
		System > Global Configuration > Tab Server
You will see option for server time zone there . pls see this goo.gl/dYgbzN
			The topic has been marked as resolved.		
	
												- Posted by manos (4) Offline
 
				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.			
						
								11 years 5 months ago								#5
				by manos
			
		
			The topic has been marked as resolved.		
	
												- Posted by TemplatePlazza (5369) 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 :
try to change that to :
and let me know the result
						
								11 years 5 months ago								#6
				by TemplatePlazza
			
		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
			The topic has been marked as resolved.