MST isn't unique; it could also mean Moscow Summer Time (according to the Olson files, this was used in 1917 only).

I'm not sure what your question is. I'm guessing that ActiveState's perl is using C library functions provided by Microsoft that interpret TZ as specified by the POSIX standard. If you have TZ=MST, it seems to default to a 0 offset, saying you are in a timezone named MST with offset 0. (When you say TZ=UTC+7, you are saying you are in a timezone named UTC with offset 7 hours. :)

Many unix-like systems have recognized the limitations of these POSIX-style timezone settings and switched to looking up the TZ environment variable in a database maintained by Arthur David Olson, thus allowing you to look up a timezone like MST (actually just a link to America/Phoenix; the Olson database names are usually in form (continent or ocean)/(major city) ). I wouldn't expect Microsoft to do so anytime soon.


In reply to Re: Re: Re: What Time is It? by ysth
in thread What Time is It? by hsmyers

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.