downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/timezones.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/book.datetime.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'timezones.php',
   
1 => 'List of Supported Timezones',
  ),
 
'up' =>
  array (
   
0 => 'book.datetime.php',
   
1 => 'Date and Time',
  ),
 
'prev' =>
  array (
   
0 => 'datetime.constants.php',
   
1 => 'Predefined Constants',
  ),
 
'next' =>
  array (
   
0 => 'timezones.africa.php',
   
1 => 'Africa',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
 <h1>List of Supported Timezones</h1>
<h2>Table of Contents</h2><ul class="chunklist chunklist_appendix"><li><a href="timezones.africa.php">Africa</a></li><li><a href="timezones.america.php">America</a></li><li><a href="timezones.antarctica.php">Antarctica</a></li><li><a href="timezones.arctic.php">Arctic</a></li><li><a href="timezones.asia.php">Asia</a></li><li><a href="timezones.atlantic.php">Atlantic</a></li><li><a href="timezones.australia.php">Australia</a></li><li><a href="timezones.europe.php">Europe</a></li><li><a href="timezones.indian.php">Indian</a></li><li><a href="timezones.pacific.php">Pacific</a></li><li><a href="timezones.others.php">Others</a></li></ul>

 <p class="para">
Here you&#039;ll find the complete list of timezones supported by PHP, which are
meant to be used with e.g. <a href="function.date-default-timezone-set.php" class="function">date_default_timezone_set()</a>.
</p><blockquote><p><b class="note">Note</b>: <span class="simpara">The latest version of the timezone database can be
installed via PECL&#039;s <a href="http://pecl.php.net/get/timezonedb" class="link external">&raquo; timezonedb</a>.
</span></p></blockquote>

 <blockquote><p><b class="note">Note</b>:
  <span class="simpara">
   This list is based upon the timezone database version 2009.19.
  </span>
 </p></blockquote>

 

 

 

 

 

 

 

 

 

 

 
</div>
<?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites