fork download
  1. <?php
  2. echo strtotime("2024-11-05T15:26:16.402Z").'<br>';
  3. echo time().'<br>';
  4. // your code goes here
Success #stdin #stdout 0.02s 26424KB
stdin
Standard input is empty
stdout
1730820376<br>1732099933<br>