<?php//--------------------------------------------------------------------------------------------------// This script outputs a JSON array of all timezones (like "America/Chicago") that PHP supports.//// Requires PHP 5.2.0 or higher.//--------------------------------------------------------------------------------------------------echojson_encode(DateTimeZone::listIdentifiers());