fork(1) download
  1. <?php
  2.  
  3. // your code goes here
  4.  
  5. $countryCode = 'US';
  6.  
  7. $timezone = \DateTimeZone::listIdentifiers(\DateTimeZone::PER_COUNTRY, $countryCode);
Success #stdin #stdout 0.02s 23656KB
stdin
Standard input is empty
stdout
Standard output is empty