Afficher le fuseau horaire

Author:

 date
Download

<?php

// Voir la liste de caractères utilisé dans l''affichge

  $dth = time();
  echo date('r', $dth) . "<br />";
  // fuseau horaire
  echo strftime("%D %T %Z", $dth) . "<br />";

?>

Leave a Reply

Your email address will not be published. Required fields are marked *


eight + = 16