fork download
  1. <?php
  2. $format = "Y-m-dTH:i:sZ";
  3. $timestamp = strtotime("2017-08-18T16:51:37.5Z");
  4. date_default_timezone_set("Europe/London");
  5. $local_datetime = date($format, $timestamp);
  6. $when = date_parse($local_datetime);
  7. print_r($local_datetime);
  8. // your code goes here
Success #stdin #stdout 0.01s 83904KB
stdin
Standard input is empty
stdout
2017-08-18BST17:51:373600