time zone for mountain standard time with/without DST

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • gnupun@yahoo.com

    time zone for mountain standard time with/without DST

    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.

  • ZeldorBlat

    #2
    Re: time zone for mountain standard time with/without DST

    On Jul 3, 6:48 am, gnu...@yahoo.co m 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>

    Comment

    Working...