Panel/tz.php

8 lines
148 B
PHP
Executable file

<?php
echo time();
echo "\n";
echo strtotime('- 7 days');
echo "\n";
echo date_default_timezone_get();
?>