ladybird/Userland/Libraries/LibJS/Tests/builtins/Date
Timothy Flynn b077fccd3d LibLocale+LibJS: Update to CLDR version 42.0.0
There were some notable changes to the CLDR JSON format and data in this
release.

The patterns for a date at a specific time, i.e. "{date} at {time}", now
appear under the "atTime" attribute of the "dateTimeFormats" object.

Locale specific changes that affected test-js:

All locales:

* In many patterns, the code points U+00A0 (NO-BREAK SPACE) and U+202F
  (NARROW NO-BREAK SPACE) are now used in place of an ASCII space. For
  example, before the "dayPeriod" fields AM and PM.

* Separators such as U+2013 (EN DASH) are now surrounded by U+2009 (THIN
  SPACE) in place of an ASCII space character.

Locale "en":

* Narrow localizations of time formats are even more narrow. For
  example, the abbreviation "wk." for "week" is now just "wk".

Locale "ar":

* The code point U+060C (ARABIC COMMA) is now used in place of an ASCII
  comma.

* The code point U+200F (RIGHT-TO-LEFT MARK) now appears at the
  beginning of many localizations.

* When the "latn" numbering system is used for currency formatting, the
  currency symbol more consistently is placed at the end of the pattern.

Locale "he":

* The "many" plural rules category has been removed.

Locales "zh" and "es-419":

* Several display-name localizations were changed.
2022-10-25 10:10:39 +01:00
..
Date.js
Date.now.js
Date.parse.js
Date.prototype.getDate.js
Date.prototype.getDay.js
Date.prototype.getFullYear.js
Date.prototype.getHours.js
Date.prototype.getMilliseconds.js
Date.prototype.getMinutes.js
Date.prototype.getMonth.js
Date.prototype.getSeconds.js
Date.prototype.getTime.js
Date.prototype.getTimezoneOffset.js
Date.prototype.getUTCDate.js
Date.prototype.getUTCDay.js
Date.prototype.getUTCFullYear.js
Date.prototype.getUTCHours.js
Date.prototype.getUTCMilliseconds.js
Date.prototype.getUTCMinutes.js
Date.prototype.getUTCMonth.js
Date.prototype.getUTCSeconds.js
Date.prototype.setDate.js
Date.prototype.setFullYear.js
Date.prototype.setHours.js
Date.prototype.setMilliseconds.js
Date.prototype.setMinutes.js
Date.prototype.setMonth.js
Date.prototype.setSeconds.js
Date.prototype.setTime.js
Date.prototype.setUTCDate.js
Date.prototype.setUTCFullYear.js
Date.prototype.setUTCHours.js
Date.prototype.setUTCMilliseconds.js
Date.prototype.setUTCMinutes.js
Date.prototype.setUTCMonth.js
Date.prototype.setUTCSeconds.js
Date.prototype.toISOString.js
Date.prototype.toLocaleDateString.js
Date.prototype.toLocaleString.js
Date.prototype.toLocaleTimeString.js
Date.prototype.toTemporalInstant.js
Date.UTC.js