1472 links
  • Animal
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
1 results tagged PHP x
  • Comment changer le fuseau horaire par défaut d'un serveur PHP
    • Afficher les informations de la fonction phpinfo() :
    <?php
         phpinfo();
    ?>
    • Chercher la section Loaded Configuration File et ouvrir le fichier php.ini indiqué.

    • Modifier la ligne suivante en remplaçant TIMEZONE par la valeur souhaitée :

    date.timezone = TIMEZONE;
    ; Par exemple pour Paris :
    date.timezone = Europe/Paris;
    • Redémarrer le service apache2 :
    sudo systemctl restart apache2
    April 10, 2018 at 10:10:32 PM GMT+2 * - permalink -
    QRCode
    - https://stackoverflow.com/a/32227023
    Timezone PHP Fuseau Horaire
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation