|
Posted by ZeldorBlat on 07/03/07 12:54
On Jul 3, 6:48 am, gnu...@yahoo.com wrote:
> Hi,
>
> I'm trying to compute current time for mountain standard time with
> daylight savings (MDT);and without DST (MST), eg: Phoenix, AZ.
>
> If I use the PHP timezone "US/Mountain", it returns MDT correctly.
> What is the PHP time zone for MST?
>
> Similarly, are there PHP time zones for Pacific, Central and Eastern
> time zones without Daylight Savings? The PHP time zones US/Pacific, US/
> Central and US/Eastern all show time with Daylight Savings.
There is a complete list of timezones supported by PHP in the PHP
manual.
<http://www.php.net/manual/en/timezones.php>
[Back to original message]
|