Just a quick note. user settings now includes a link to Timezone Settings which lets you pick a real timezone with support for (likely) your local daylight-savings time or "summer time" schedule.

Most datetimes are currently still displayed using old code that doesn't handle timezones properly. So I've updated the default datetime format so that places that support the real timezones will show you a timezone string (like "EDT"), mostly just on home nodes and the second line of the "Tick Tock" nodelet.

Datetimes that don't report this are likely either showing you a time in the server's local timezone (America/New_York) or (such as the dates at the tops of nodes) are trying to show you the time in your timezone based on the incorrect assumption that the server is running in GMT.

There is also a new field in user settings that lets you set the format you want to see datetimes shown in. Put any strftime()-compatible string, such as "%Y-%m-%d %H:%M:%S %Z", and the (currently few) places that handle the new timezones will use it. (See also strftime reference for Win32.)

So expect clean-up to continue (though, not be me for a while, I'm on vacation).

        - tye (but my friends call me "Tye")

In reply to New timezones and datetime format by tye

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.