Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.42!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Content-Type: text/plain; charset="UTF-8" Message-ID: <1544047.qVoOGUtdWV@PointedEars.de> From: Thomas 'PointedEars' Lahn Reply-To: Thomas 'PointedEars' Lahn Organization: PointedEars Software (PES) Date: Mon, 21 Nov 2011 11:11:36 +0100 User-Agent: KNode/4.4.11 Content-Transfer-Encoding: 8Bit Subject: Re: getday() doesn't agree with system clock Newsgroups: comp.lang.javascript References: <3002626.SPkdTlGXAF@PointedEars.de> Followup-To: comp.lang.javascript MIME-Version: 1.0 Lines: 33 NNTP-Posting-Date: 21 Nov 2011 11:11:37 CET NNTP-Posting-Host: a9a738a8.newsspool3.arcor-online.net X-Trace: DXC=YP_`oTkPRPIj7E:bke<5HFMcF=Q^Z^V3H4Fo<]lROoRA8kFIFKdLPRgC;IF8;^_@fQJ X-Complaints-To: usenet-abuse@arcor.de Xref: x330-a1.tempe.blueboxinc.net comp.lang.javascript:8507 Thomas 'PointedEars' Lahn wrote: > Swifty wrote: >> it matches the system clock to within 300mS at the very least (judged by > > The prefixed time unit "millisecond" is written `ms' in the Système > international d’unités (SI), _not_ `mS'. There should be a (if possible, > thin, non-breaking) space between number and unit: `300 ms'. > > I have confused the use of the U+2009 THIN SPACE character. It is _not_ to be written between number and unit, but "for numbers with many digits the digits may be divided into groups of three by a thin space, in order to facilitate reading. Neither dots nor commas are inserted in the spaces between groups of three." [1] However, it appears to be prudent to use the U+00A0 NO-BREAK SPACE character to separate the number and its unit, if possible. (The U+202F NARROW NO- BREAK SPACE character is too narrow to show the multiplication that the U+0020 SPACE character is supposed to convey there.) PointedEars ___________ [1] The International System of Units (SI) (8 ed.). International Bureau of Weights and Measures (BIPM). 2006. pp. 134–135. Available at [online]. Retrieved on 2011-11-21. -- Danny Goodman's books are out of date and teach practices that are positively harmful for cross-browser scripting. -- Richard Cornford, cljs, (2004)