diff --git a/index.html b/index.html index a6a9d7b..5a32985 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,17 @@ { name: "Addison Phillips", mailto: "addisonI18N@gmail.com", company: "Invited Expert", w3cid: 33573 } ], - + otherLinks: [ + { + key: "Contributors:", + data: [ + { + value: "See the Contributors section.", + href: "#contributors", + }, + ], + }, + ], github: "w3c/timezone", group: "i18n", @@ -67,7 +77,7 @@ for (const zone of zonesToTest) { var datefmt = new Intl.DateTimeFormat('en-US', { timeZone: zone, dateStyle: 'full' }); - var timefmt = new Intl.DateTimeFormat('en-US', { timeZone: zone, timeStyle: 'medium' }); + var timefmt = new Intl.DateTimeFormat('en-US', { timeZone: zone, timeStyle: 'short', hour12: false }); var tr = document.createElement('tr'); // table row var td = document.createElement('td'); @@ -99,6 +109,12 @@
We welcome comments on this document, but to make it easier to track them, please raise separate issues for each comment, and point to the section you are commenting on using a URL.
+This document is based on several previous documents. The original Working Group Note (Working With Timezones) was by Martin Dürst, Mark Davis, Felix Sasaki, and Addison Phillips. A later revision was written by Martin Dürst, Mark Davis, Felix Sasaki, Richard Ishida, and Addison Phillips. Sections [[[#history]]] and [[[#what-is-time-zone]]] were adapted from an article and later a Unicode conference presentation (Time Out of Joint) by Addison Phillips. Information on time zone scenarios is based on work by Norbert Lindenberg. Information about temporal serializations and use cases is based on work by CJ Butenhoff.
+Daylight Savings Time Also called summer time or daylight time and abbreviated DST. The practice of advancing clocks to make better use of longer periods of daylight during the summer, so that darkness falls at a later [=wall time=]. Rules around observation (or non-observation) of DST is one feature of a time zone.
- -This document is based on several previous documents. The original Working Group Note (Working With Timezones) and a later revision were written by Martin Dürst, Mark Davis, Felix Sasaki, and Addison Phillips. Portions of this document, notably the introduction, were adapted from an older document ("It's about time") and from a Unicode conference presentation ("Time Out of Joint") by Addison Phillips. Information on time zone scenarios is based on work by Norbert Lindenberg. Information about temporal serializations and use cases is based on work by CJ Butenhoff.
-