From 797a9f0d921f637f0e9f869b14cd246bcd9dc987 Mon Sep 17 00:00:00 2001 From: macchiati Date: Wed, 11 Sep 2024 18:30:56 -0700 Subject: [PATCH] CLDR-17892 Minor fix to release page. --- docs/site/downloads/cldr-46.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/site/downloads/cldr-46.md b/docs/site/downloads/cldr-46.md index 8efaa28028c..97f8702ecdd 100644 --- a/docs/site/downloads/cldr-46.md +++ b/docs/site/downloads/cldr-46.md @@ -68,8 +68,8 @@ For a full listing, see [Delta DTDs](https://unicode.org/cldr/charts/46/suppleme 1. New currency code `ZWG` added — because it was late in the cycle, many locales will just support the code (no symbol or name). 2. Dates & Times 1. Added a new calendar type, `iso8601`. -This is not the same as the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) standard format, which is designed just for data interchange. -It is all ASCII, doesn't have all the options for fields (like "Sunday", "BC", or "AM"). +This is not the same as the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) standard format, which is designed just for data interchange: +it is all ASCII, doesn't have all the options for fields (like "Sunday", "BC", or "AM"), and does not contain spaces. The CLDR `iso8601` calendar uses patterns in the order: era, year, month, day, day-of-week, hour, minute, second, day-period, timezone 2. Changed the metazone for Kazakhstan to reflect removal of Asia/Almaty, thus dropping the distinction among different regions in Kazakhstan. 3. Added support for deprecated timezone codes by remapping: `CST6CDT → America/Chicago`, `EST → America/Panama`, `EST5EDT → America/New_York`, `MST7MDT → America/Denver`, `PST8PDT → America/Los_Angeles`.