From 6108feff589d37dc44105adab9e39b3f940a5b11 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Wed, 18 Oct 2023 18:18:16 +0200 Subject: [PATCH] ICU-22323 Typo fixes in docs for ICU TimeZone Classes --- docs/userguide/datetime/timezone/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/userguide/datetime/timezone/index.md b/docs/userguide/datetime/timezone/index.md index 4662457db4f4..180008ef189c 100644 --- a/docs/userguide/datetime/timezone/index.md +++ b/docs/userguide/datetime/timezone/index.md @@ -76,7 +76,7 @@ of classes. This protocol includes: * A programmatic ID, for example, "America/Los_Angeles". This ID is used to call up a specific real-world time zone. It corresponds to the IDs defined - in the [IANA Time Zone datbase](https://www.iana.org/time-zones) used by UNIX + in the [IANA Time Zone database](https://www.iana.org/time-zones) used by UNIX and other systems, and has the format continent/city or ocean/city. * A raw offset. This is the difference, in milliseconds, between a time zone's standard time and GMT. Positive raw offsets are east of Greenwich. @@ -245,7 +245,7 @@ sources for general information on building ICU. ### Update the time zone data for ICU4J -The [ICU4J Time Zone Update Update +The [ICU4J Time Zone Update Utility](https://icu.unicode.org/download/icutzu) automates the process of updating ICU4J jar files with the latest time zone data. Instructions for use are [here](https://htmlpreview.github.io/?https://github.com/unicode-org/icu-data/blob/main/tzdata/tzu/readme.html).