mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			393 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			393 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
//--------------------------------------------------------------------------------------------------
 | 
						|
// This script outputs a JSON array of all timezones (like "America/Chicago") that PHP supports.
 | 
						|
//
 | 
						|
// Requires PHP 5.2.0 or higher.
 | 
						|
//--------------------------------------------------------------------------------------------------
 | 
						|
 | 
						|
echo json_encode(DateTimeZone::listIdentifiers()); |