matt2kjones
12-13-2002, 05:29 PM
ok i have a question here
if your showing the time and date using gmDate
how do you alter the time, if for example, the server timezone is different to your timezone??
you could do this :
$hour = gmDate("g");
$hour = $hour + 1;
but doing that would only alter the hour.
the actual date would still change at the wrong time
is it possible?
if your showing the time and date using gmDate
how do you alter the time, if for example, the server timezone is different to your timezone??
you could do this :
$hour = gmDate("g");
$hour = $hour + 1;
but doing that would only alter the hour.
the actual date would still change at the wrong time
is it possible?
