Click to See Complete Forum and Search --> : Time Zone???


Jupac
09-21-2003, 08:53 PM
When i use this
$time = date ("h:i A");
when it 6:51 PM -8:00 time it like 2:51 AM
how do i cange the time ZONE?

pyro
09-21-2003, 11:06 PM
The time is set via the time zone that your server is in. If you want to change it, just add or subtract the number of hours from the servers timezone to your timezone...

Jupac
09-22-2003, 06:41 PM
thx pryo :) i get it and it works

pyro
09-22-2003, 08:03 PM
You are welcome... :)