Gordon Stewart wrote:
> Hi,
> putenv("TZ=Pacific/Auckland");
> $today1 = date("Ymd H:i");
> echo .... (whatever)> > Thanks... > 20080718 0811 GMT-6 If you have a list of time zones you want to call, you'll just off set them by the hour. Im in -6 time zone. You might be in +6. You would first get the time zone of the client computer, then add or subtract hours from that for the other zones you want to show. Wade
