utsnow.php 63 B

123456
  1. #!/usr/bin/php
  2. <?php
  3. const N="\n";
  4. echo(time().N);
  5. exit(0);
  6. ?>