<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/timezones.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'timezones.indian.php',
    1 => 'Indisch',
    2 => 'Indisch',
  ),
  'up' => 
  array (
    0 => 'timezones.php',
    1 => 'Liste unterst&uuml;tzter Zeitzonen',
  ),
  'prev' => 
  array (
    0 => 'timezones.europe.php',
    1 => 'Europa',
  ),
  'next' => 
  array (
    0 => 'timezones.pacific.php',
    1 => 'Pazifisch',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/datetime/timezones.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="timezones.indian" class="sect1">
  <h2 class="title">Indisch</h2>
  <table class="doctable table">
   <caption><strong>Indisch</strong></caption>
   
    <tbody class="tbody">
     <tr>
      <td>Indian/Antananarivo</td>
      <td>Indian/Chagos</td>
      <td>Indian/Christmas</td>
      <td>Indian/Cocos</td>
     </tr>

     <tr>
      <td>Indian/Comoro</td>
      <td>Indian/Kerguelen</td>
      <td>Indian/Mahe</td>
      <td>Indian/Maldives</td>
     </tr>

     <tr>
      <td>Indian/Mauritius</td>
      <td>Indian/Mayotte</td>
      <td>Indian/Reunion</td>
      <td class="empty">&nbsp;</td>
     </tr>

    </tbody>
   
  </table>

 </div><?php manual_footer($setup); ?>