Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>An unspecified time zone is exactly that - <em>unspecified</em>. No more, no less. It's not saying it's in UTC, nor is it saying it's in the local time zone or any other time zone, it's just saying that the time read from some clock somewhere was that time.</p> <p>The fact that it originated from an <code>xs:dateTime</code> doesn't really play into it at all. It's just an ISO 8601 date + time (without time zone) value.</p> <p>It really depends on what you <em>do</em> with this value as to what it actually means.</p> <p>In the real world, you probably should avoid values like this when working with <em>timestamps</em> - that is, the exact moment something occurs. For those you should specify an offset like <code>-07:00</code>, or a <code>Z</code> to indicate UTC.</p> <p>Where an unspecified value might have legitimate usage:</p> <ul> <li><p>When scheduling <em>future</em> events by recurrence pattern, and paired with a time zone (such as <code>America/New_York</code>). For details, see other answers of mine <a href="https://stackoverflow.com/a/19170823/634824">here</a>, <a href="https://stackoverflow.com/a/19627330/634824">here</a>, and <a href="https://serverfault.com/a/554761/100701">here</a>.</p></li> <li><p>When referring to a "floating" time, that might be at a different instantaneous moment in multiple time zones. Example: A network television show that starts at 7:00 PM. The Eastern US would see it before the Western US, but it still airs at the same "floating" time in each zone.</p></li> <li><p>When the time zone is already known by some other mechanism, and there is no risk of daylight saving time ambiguity, or when the risk is accepted and determined inconsequential.</p></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload