I want to set time zone for my project. This is my code:
I set the format like this:
date_default_timezone_set("America/Caracas");
setlocale(LC_ALL,"es_ES@euro","es_ES","esp");
And I print it this way:
$time = date('H:i:s a', t...
asked by
10.05.2018 / 16:52