You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/guides/maintaining-icu.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,8 @@ Time zone data files are updated independently of ICU CLDR data. ICU and its
39
39
main data files do not need to be upgraded in order to apply time zone data file
40
40
fixes.
41
41
42
-
The [IANA tzdata](https://www.iana.org/time-zones) project releases new versions
43
-
and announces them on the [`tz-announce`](https://mm.icann.org/pipermail/tz-announce/)
44
-
mailing list.
42
+
The [IANA tzdata][tz] project releases new versions and announces them on the
The Unicode project takes new releases and publishes
47
46
[updated time zone data files](https://github.com/unicode-org/icu-data/tree/HEAD/tzdata/icunew)
@@ -56,7 +55,7 @@ files.
56
55
the ICU major version number.
57
56
* Clone the icu/icu-data repository and copy the latest `tzdata` release `le`
58
57
files into the `source/data/in` directory.
59
-
* Follow the upstream [ICU instructions](http://userguide.icu-project.org/datetime/timezone)
58
+
* Follow the upstream [ICU instructions](https://unicode-org.github.io/icu/userguide/datetime/timezone/)
60
59
to patch the ICU `.dat` file:
61
60
> `for i in zoneinfo64.res windowsZones.res timezoneTypes.res metaZones.res;
62
61
> do icupkg -a $i icudt*l.dat`
@@ -261,8 +260,8 @@ Node.js (see the top level README.md). Only modifying `icu-small` would cause
261
260
the patch not to be landed in case the user specifies the ICU source code
0 commit comments