| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4350bf5 commit c7c8722
1 file changed
| 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 | ||
| 43 | + [`tz-announce`](https://mm.icann.org/pipermail/tz-announce/) mailing list. | ||
| 45 | 44 | ||
| 46 | 45 | 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 | |
| 262 | 261 | another way. | |
| 263 | 262 | ||
| 264 | - [CLDR]: https://unicode.org/cldr | ||
| 263 | + [CLDR]: http://cldr.unicode.org/ | ||
| 265 | 264 | [Ecma402]: https://github.com/tc39/ecma402 | |
| 266 | - [ICU]: http://icu-project.org | ||
| 267 | - [Unicode]: https://unicode.org | ||
| 265 | + [ICU]: http://site.icu-project.org/ | ||
| 266 | + [Unicode]: https://home.unicode.org/ | ||
| 268 | 267 | [tz]: https://www.iana.org/time-zones | |
| Back | FazBrowse Home | New Git URL |
0 commit comments