mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00:18 +01:00 
			
		
		
		
	Merge pull request #211 from MikeTralala/patch-1
The timezone should be system dependent
This commit is contained in:
		
						commit
						b2e066a8c7
					
				
							
								
								
									
										2
									
								
								bin/mage
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								bin/mage
									
									
									
									
									
								
							@ -9,7 +9,9 @@
 | 
				
			|||||||
* file that was distributed with this source code.
 | 
					* file that was distributed with this source code.
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					if (empty(ini_get('date.timezone'))) {
 | 
				
			||||||
    date_default_timezone_set('UTC');
 | 
					    date_default_timezone_set('UTC');
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$baseDir = dirname(dirname(__FILE__));
 | 
					$baseDir = dirname(dirname(__FILE__));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user