fork download
  1. <?php
  2.  
  3. $r ='2024-07-25 11:27:52';
  4.  
  5.  
  6. if(strtotime($r) + 31536000 > time()) {
  7.  
  8. echo("dfdf");
  9.  
  10. }
  11.  
  12. echo(time());
  13. echo("<br>");
  14. echo(strtotime(date('Y-m-d H:i:s')));
Success #stdin #stdout 0.04s 26296KB
stdin
Standard input is empty
stdout
dfdf1753270535<br>1753270535