Bugs: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(ref to bugzilla)
(change wording)
Line 1: Line 1:
To report bugs you should in general go to https://bugzilla.mozilla.org. The downside there is that your email address will be made public.
Bugs should be reported via https://bugzilla.mozilla.org, a system which also will publish your email address and make it available to spammers.


firefox javascript [[mdc:Core_JavaScript_1.5_Reference:Global_Objects:Date:UTC]]
firefox javascript [[mdc:Core_JavaScript_1.5_Reference:Global_Objects:Date:UTC]]

Revision as of 13:29, 1 June 2006

Bugs should be reported via https://bugzilla.mozilla.org, a system which also will publish your email address and make it available to spammers.

firefox javascript mdc:Core_JavaScript_1.5_Reference:Global_Objects:Date:UTC

alert ( Date.UTC(2006, 5, 31) - Date.UTC(2006, 6, 01));
FF1.5.0.3 returns 0;

See also