JRS: In article <
[email protected]>, dated Tue, 17 Jan
2006 11:10:40 remote, seen in Jasen Betts
this in mozilla and konqueror
. 1991-01-01.0 -> 13
. 1992-01-01.0 -> 13
. 1993-01-01.0 -> 14
. 1994-01-01.0 -> 14
Good. The non-ECMA effect shows there.
this in konqueror:
. Local Date UTC ms % 60000
. 1997-01-01.0 -> 20000
. 1998-01-01.0 -> 21000
. 1999-01-01.0 -> 21000
. 2000-01-01.0 -> 22000
.
. There was a Leap Second at the end of 1998.
Early in 1999, for NZ ! I'd forgotten to allow for that. There was
also one in mid-1997, also shown by your results. I guess Americans
with such systems will see 20 21 22 22, since local clocks are behind
UTC there.
You are seeing there (1000*) the number of Leap Seconds since 1970 (the
first seems to have been mid-1972), which is *not* TAI-UTC. I've
changed the code to show seconds rather than milliseconds.
hmm...
I find the document somwhat confusing.. sample and actual output aren't
Clearly labeled, and why is the javascript doubled up?
One is 12:30 AM, one 12:30 PM.
NS4.08 PM bug:
Want 2002-04-21 1230h local : "Sun, 21 Apr 2002 22:29:38 +1000"
NS4.08 AM bug?:
Want 2002-04-21 0030h local : "Sun, 21 Apr 2002 22:29:38 +1000"
hmm, when it's 1030 in brisbane it's 12:30 here... but why am I getting
that answer in konqueror.
The 22 seconds slow will be the number of Leap Seconds since 1970;
perhaps the Leap Seconds are included only in one of the string to/from
Date Object conversions. Then there seems to be a ten-hour discrepancy
in the time, and 12:30 AM is wrongly taken as lunchtime.
It is likely that a number of routines on my pages will FAIL on browsers
that show Leap Seconds.
konqueror must be using the /etc/localtime setting too....
with timezone left to the default I get the NS PM bug in konqueror.
I was never sure quite what the NS bug did, though I was persuaded that
X05 would probably show it.
X05 -> X05A & X05B now. X05A is unchanged; X05B shows an intermediate
stage.
Aside : A .toLocaleString with format discontinuities at
1601 & 9999 is in Jscript.NET.
Some words relating JScript.NET, JScript, javascript,
and the WWW night be useful, somewhere?
<URL:
http://www.merlyn.demon.co.uk/js-misc1.htm#OP> shows Object
Properties.