fork(6) download
  1. <?php
  2. $t = microtime(true);
  3. $micro = sprintf("%03d",($t - floor($t)) * 1000);
  4. $utc = gmdate('Y-m-d\TH:i:s.', $t).$micro.'Z';
  5. echo $utc;
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
2014-09-15T06:32:54.345Z