fork download
  1. <?php
  2.  
  3. // your code goes here
  4. var_dump( date('Y-m-d\TH:i:sP', 1729803600) );
  5. var_dump( date('d.m.Y', 1729803600) );
Success #stdin #stdout 0.04s 26172KB
stdin
Standard input is empty
stdout
string(25) "2024-10-24T21:00:00+00:00"
string(10) "24.10.2024"