timeZone_version.js (418B)
1 // |reftest| skip-if(!this.hasOwnProperty("Intl")) 2 3 // Generated by make_intl_data.py. DO NOT EDIT. 4 // tzdata version = 2025b 5 const tzdata = "2025b"; 6 7 if (typeof getICUOptions === "undefined") { 8 var getICUOptions = SpecialPowers.Cu.getJSTestingFunctions().getICUOptions; 9 } 10 11 var options = getICUOptions(); 12 13 assertEq(options.tzdata, tzdata); 14 15 if (typeof reportCompare === "function") 16 reportCompare(0, 0, "ok");