Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/js/src/tests/non262/Intl/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 782 B image not shown  

Quelle  supportedValuesOf-timeZones.js   Sprache: JAVA

 
// |reftest| skip-if(!this.hasOwnProperty("Intl"))

const timeZones = Intl.supportedValuesOf("timeZone");

assertEq(new Set(timeZones).size, timeZones.length, "No duplicates are present");
assertEqArray(timeZones, [...timeZones].sort(), "The list is sorted");

// The pattern doesn't cover the complete time zone syntax, but gives a good first approximation.
const timeZoneRE = /^[a-z0-9_+-]+(\/[a-z0-9_+-]+)*$/i;
for (let timeZone of timeZones) {
  assertEq(timeZoneRE.test(timeZone), true, `${timeZone} is ASCII`);
}

for (let timeZone of timeZones) {
  let obj = new Intl.DateTimeFormat("en", {timeZone});
  assertEq(obj.resolvedOptions().timeZone, timeZone, `${timeZone} is supported by DateTimeFormat`);
}

if (typeof reportCompare === "function")
  reportCompare(truetrue);

Messung V0.5
C=82 H=60 G=71

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.