Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Do you mean like the <a href="http://en.wikipedia.org/wiki/zoneinfo" rel="nofollow noreferrer">Olson database</a> ?</p> <p>For instance, the <a href="http://js.fleegix.org/plugins/date/date" rel="nofollow noreferrer">fleegix.js</a> javascript library is a timezone-enabled, drop-in replacement for the stock JavaScript Date, giving you full-blown timezone support, independent from the timezone set on the end-user's machine running the browser. It uses the Olson zoneinfo files for its timezone data.</p> <p>I believe the <a href="http://www.timezoneconverter.com/cgi-bin/zoneinfo?s=standard&amp;tz=Europe/London" rel="nofollow noreferrer">time-converter</a> uses also such a database, as well as <a href="http://timeanddate.com/worldclock" rel="nofollow noreferrer">timeanddate.com</a>, e.g. for <a href="http://timeanddate.com/worldclock/city.html?n=136" rel="nofollow noreferrer">London</a> or <a href="http://timeanddate.com/worldclock/city.html?n=179" rel="nofollow noreferrer">New-York</a>.</p> <hr> <p>Any DST information (Daylight Saving times) can be deduced from <a href="http://timeanddate.com/worldclock" rel="nofollow noreferrer">timeanddate.com</a>, but also from <strong><a href="http://daylight-savings-time.info/" rel="nofollow noreferrer">daylight-savings-time.info</a></strong></p> <p>Here is a <a href="http://lists.evolt.org/pipermail/javascript/2004-April/007068.html" rel="nofollow noreferrer">javascript program</a> that does exploit DST informations in order to apply the correct time shift.<br> And also another script for <a href="http://www.michaelbrumm.com/simpletimezone.html" rel="nofollow noreferrer">SimpleTimeZone</a>.</p> <p>You can also query DST data from <a href="http://wwp.global-time-zones.com/europe/uk/" rel="nofollow noreferrer">global-time-zones.com</a>, as in <a href="http://wwp.britishsummertime.co.uk/" rel="nofollow noreferrer">wwp.britishsummertime.co.uk</a>. You have also informations in <a href="http://www.webexhibits.org/daylightsaving/g.html" rel="nofollow noreferrer">webexhibits.org</a></p> <p>See <strong><a href="http://www.codeverge.net/ng.asp-net-forum.dotnetnuke/timezone-daylight-savings-time" rel="nofollow noreferrer">this forum</a></strong> for a lengthy discussion about how to retrieve DST informations.</p> <p>Finally, see that <strong><a href="https://stackoverflow.com/questions/154369/what-is-the-best-way-to-represent-summer-time-rules#165452">SO question</a></strong> for a tar.gz Olson database example.</p>
    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. 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.
    3. VO
      singulars
      1. This table or related slice is empty.
    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