<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/datetime.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'datetime.configuration.php',
    1 => 'Laufzeit-Konfiguration',
    2 => 'Laufzeit-Konfiguration',
  ),
  'up' => 
  array (
    0 => 'datetime.setup.php',
    1 => 'Installation/Konfiguration',
  ),
  'prev' => 
  array (
    0 => 'datetime.installation.php',
    1 => 'Installation',
  ),
  'next' => 
  array (
    0 => 'datetime.constants.php',
    1 => 'Vordefinierte Konstanten',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/datetime/ini.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="datetime.configuration" class="section">
 <h2 class="title">Laufzeit-Konfiguration</h2>
 <p class="simpara">Das Verhalten dieser Funktionen wird
durch Einstellungen in der <var class="filename">php.ini</var> beeinflusst.</p>
 <p class="para">
  <table class="doctable table">
   <caption><strong>Konfigurationsoptionen für Datum und Uhrzeit</strong></caption>
   
    <thead>
     <tr>
      <th>Name</th>
      <th>Standard</th>
      <th>Veränderbar</th>
      <th>Changelog</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td><a href="datetime.configuration.php#ini.date.default-latitude" class="link">date.default_latitude</a></td>
      <td>&quot;31.7667&quot;</td>
      <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr>
      <td><a href="datetime.configuration.php#ini.date.default-longitude" class="link">date.default_longitude</a></td>
      <td>&quot;35.2333&quot;</td>
      <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr>
      <td><a href="datetime.configuration.php#ini.date.sunrise-zenith" class="link">date.sunrise_zenith</a></td>
      <td>&quot;90.833333&quot;</td>
      <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
      <td>Vor PHP 8.0.0 war der Standardwert &quot;90.583333&quot;</td>
     </tr>

     <tr>
      <td><a href="datetime.configuration.php#ini.date.sunset-zenith" class="link">date.sunset_zenith</a></td>
      <td>&quot;90.833333&quot;</td>
      <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
      <td>Vor PHP 8.0.0 war der Standardwert &quot;90.583333&quot;</td>
     </tr>

     <tr>
      <td><a href="datetime.configuration.php#ini.date.timezone" class="link">date.timezone</a></td>
      <td>&quot;UTC&quot;</td>
      <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
      <td>
       Seit PHP 8.2 wird eine Warnung ausgegeben, wenn dies auf einen
       ungültigen Wert oder eine leere Zeichenkette gesetzt wird.
      </td>
     </tr>

    </tbody>
   
  </table>

  Weitere Details und die Definitionen der
INI_*-Konstanten sind unter <a href="configuration.changes.modes.php" class="xref">Wo Konfigurationseinstellungen gesetzt werden k&ouml;nnen</a> zu finden.
 </p>

 <p class="para">Hier eine kurze Erklärung der
Konfigurationsoptionen:</p>

 <p class="para">
  <dl>
   
    <dt id="ini.date.default-latitude">
     <code class="parameter">date.default_latitude</code>
     <span class="type"><a href="language.types.float.php" class="type float">float</a></span>
    </dt>
    <dd>
     <p class="para">
      Der voreingestellte Breitengrad reicht von <code class="literal">0</code> am
      Äquator bis <code class="literal">+90</code> im Norden und <code class="literal">-90</code>
      im Süden.
     </p>
    </dd>
   

   
    <dt id="ini.date.default-longitude">
     <code class="parameter">date.default_longitude</code>
     <span class="type"><a href="language.types.float.php" class="type float">float</a></span>
    </dt>
    <dd>
     <p class="para">
      Der voreingestellte Längengrad reicht von <code class="literal">0</code> am
      Nullmeridian bis <code class="literal">+180</code> im Osten und
      <code class="literal">−180</code> im Westen.
     </p>
    </dd>
   

   
    <dt id="ini.date.sunrise-zenith">
     <code class="parameter">date.sunrise_zenith</code>
     <span class="type"><a href="language.types.float.php" class="type float">float</a></span>
    </dt>
    <dd>
     <p class="para">
      Der voreingestellte Winkel, in dem die Sonne bei Sonnenaufgang scheint.
     </p>
    </dd>
   

   
    <dt id="ini.date.sunset-zenith">
     <code class="parameter">date.sunset_zenith</code>
     <span class="type"><a href="language.types.float.php" class="type float">float</a></span>
    </dt>
    <dd>
     <p class="para">
      Der voreingestellte Winkel, in dem die Sonne bei Sonnenuntergang scheint.
     </p>
    </dd>
   

   
    <dt id="ini.date.timezone">
     <code class="parameter">date.timezone</code>
     <span class="type"><a href="language.types.string.php" class="type string">string</a></span>
    </dt>
    <dd>
     <p class="para">
      Die voreingestellte Zeitzone, die von allen Datums- und Zeitfunktionen
      genutzt wird. Die Rangfolge dafür, welche Zeitzone verwendet wird, wenn
      keine explizit angegeben ist, wird auf der Seite
      <span class="function"><a href="function.date-default-timezone-get.php" class="function">date_default_timezone_get()</a></span> beschrieben. Siehe
      <a href="timezones.php" class="xref">Liste unterst&uuml;tzter Zeitzonen</a> für eine Liste der unterstützten Zeitzonen.
     </p>
    </dd>
   
  </dl>
 </p>
 <blockquote class="note"><p><strong class="note">Hinweis</strong>: 
  <span class="simpara">
   Die ersten vier Konfigurationsoptionen werden zur Zeit nur von den
   Funktionen <span class="function"><a href="function.date-sunrise.php" class="function">date_sunrise()</a></span> und
   <span class="function"><a href="function.date-sunset.php" class="function">date_sunset()</a></span> genutzt.
  </span>
 </p></blockquote>
</div><?php manual_footer($setup); ?>