fork download
  1. <?php
  2.  
  3. date_default_timezone_set("America/New York");
  4. echo date('d-m-Y h:i:s');
Success #stdin #stdout #stderr 0.02s 52488KB
stdin
Standard input is empty
stdout
22-12-2016 03:18:33
stderr
PHP Notice:  date_default_timezone_set(): Timezone ID 'America/New York' is invalid in /home/WKCj1p/prog.php on line 3