This is the test script, you normally just need the first line of code.
Enjoy!
<?php date_default_timezone_set("Europe/Bucharest"); echo date_default_timezone_get(); echo "<br>"; echo date("Y,m,d / G:i:s"); ?>
This is the test script, you normally just need the first line of code.
Enjoy!
<?php date_default_timezone_set("Europe/Bucharest"); echo date_default_timezone_get(); echo "<br>"; echo date("Y,m,d / G:i:s"); ?>