Andy92
02-25-2007, 07:18 PM
Hi there,
I have a comments system, and basically when people post a comment, it shows the time they post the comment.
This is what i have...
$posted = date("jS F Y \a\\t g:ia");
It is working, but its saying the time on the server in america, which is 6 hours behind gtm time.
What do i need to edit in my code to make it so that it adds another 6 hours to what the time is, so it makes the time gtm?
:confused:
I have a comments system, and basically when people post a comment, it shows the time they post the comment.
This is what i have...
$posted = date("jS F Y \a\\t g:ia");
It is working, but its saying the time on the server in america, which is 6 hours behind gtm time.
What do i need to edit in my code to make it so that it adds another 6 hours to what the time is, so it makes the time gtm?
:confused: