PHP Classes

File: public/assets/fullcalendar/demos/php/get-timezones.php

Recommend this page to a friend!
  Classes of harold rita   Coloftech PHP Multiple Sites Blog System   public/assets/fullcalendar/demos/php/get-timezones.php   Download  
File: public/assets/fullcalendar/demos/php/get-timezones.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Coloftech PHP Multiple Sites Blog System
CMS to Manage multiple blog sites
Author: By
Last change:
Date: 2 years ago
Size: 393 bytes
 

Contents

Class file image Download
<?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());