/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
//----------------------------------------------------------------------------- var BUGNUMBER = 430930;
// formats without timezone uses the timezone as at that date
check("2009-07-23T19:53:21.001", dd(2009,7,23,19,53,21,1)+Jul2009TZ);
check("2009-07-23T19:53:21", dd(2009,7,23,19,53,21,0)+Jul2009TZ);
check("2009-07-23T19:53", dd(2009,7,23,19,53,0,0)+Jul2009TZ);
// with no time at all assume UTC
check("2009-07-23", dd(2009,7,23,0,0,0,0));
check("2009-07", dd(2009,7,1,0,0,0,0));
check("2009", dd(2009,1,1,0,0,0,0));
// one field too big
checkInvalid("2009-13-23T19:53:21.001+12:00");
checkInvalid("2009-07-32T19:53:21.001+12:00");
checkInvalid("2009-07-23T25:53:21.001+12:00");
checkInvalid("2009-07-23T19:60:21.001+12:00");
checkInvalid("2009-07-23T19:53:60.001+12:00");
checkInvalid("2009-07-23T19:53:21.001+24:00");
checkInvalid("2009-07-23T19:53:21.001+12:60");
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.