fork download
  1. <?php
  2.  
  3. $eventTimezone = new DateTimeZone(timezone_name_from_abbr("MDT"));
  4.  
  5.  
  6. $time = new DateTime("NOW", $eventTimezone);
  7.  
  8. echo $time->format('Y-m-d H:i');
Success #stdin #stdout 0.02s 24660KB
stdin
Standard input is empty
stdout
2020-05-25 14:38