The server I use has PHP Version 4.4.7 and this instruction creates an
error:
<?php date_default_ti mezone_set('UCT '); echo date('h:ia');?>
php Help advises me to change php.ini instead:
date.timezone = 'UCT'
However, when I do the time shown seems to be that of the server, not
of UCT.
What am I doing wrong?
Regards,
Jan Nordgreen
error:
<?php date_default_ti mezone_set('UCT '); echo date('h:ia');?>
php Help advises me to change php.ini instead:
date.timezone = 'UCT'
However, when I do the time shown seems to be that of the server, not
of UCT.
What am I doing wrong?
Regards,
Jan Nordgreen
Comment