diff options
-rw-r--r-- | unused/tz-link.htm | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/unused/tz-link.htm b/unused/tz-link.htm index fe58bf785302d..b00ed3fa7f44f 100644 --- a/unused/tz-link.htm +++ b/unused/tz-link.htm @@ -18,7 +18,7 @@ <body> <h1>Sources for Time Zone and Daylight Saving Time Data</h1> <address> -@(#)tz-link.htm 8.22 +@(#)tz-link.htm 8.23 </address> <p> This file is in the public domain, so clarified as of @@ -124,6 +124,14 @@ Here are some recent links that may be of interest. These are listed roughly in ascending order of complexity and fanciness. </p> <ul> +<li> +<a href="http://permatime.com"> +Permatime</a> +is a service for generating and viewing links that refer to a +particular point in time and can be displayed in multiple timezones. +It uses the ruby tzinfo gem. +(From Tim Diggins, 2009-11-03.) +</li> <li><a href="http://twiki.org/cgi-bin/xtra/tzdatepick.html">Date and Time Gateway</a> lets you see the <code>TZ</code> values directly.</li> <li><a @@ -297,6 +305,12 @@ licenses</a> to <code>tz</code> contributors.</li> <li><a href="http://worldtimeexplorer.com/">World Time Explorer</a> is a Microsoft Windows program.</li> +<li> +<a href="http://www.toriasoft.com"> +WorldClock for Windows and Windows Mobile</a> +lets users "see the time in up to 25 locations in the world at once." +(From Hans Nieuwenhuis, 2009-11-02.) +</li> </ul> <h2>Other time zone databases</h2> <ul> |