@@ -3339,7 +3339,7 @@ else version (Posix)
33393339 Windows uses a different set of time zone names than the IANA time zone
33403340 database does, and how they correspond to one another changes over time
33413341 (particularly when Microsoft updates Windows).
3342- $(HTTP unicode. org/cldr/data /common/supplemental/windowsZones.xml, windowsZones.xml)
3342+ $(HTTP github.com/unicode- org/cldr/blob/main /common/supplemental/windowsZones.xml, windowsZones.xml)
33433343 provides the current conversions (which may or may not match up with what's
33443344 on a particular Windows box depending on how up-to-date it is), and
33453345 parseTZConversions reads in those conversions from windowsZones.xml so that
@@ -3358,7 +3358,7 @@ else version (Posix)
33583358
33593359 Params:
33603360 windowsZonesXMLText = The text from
3361- $(HTTP unicode. org/cldr/data /common/supplemental/windowsZones.xml, windowsZones.xml)
3361+ $(HTTP github.com/unicode- org/cldr/blob/main /common/supplemental/windowsZones.xml, windowsZones.xml)
33623362
33633363 Throws:
33643364 Exception if there is an error while parsing the given XML.
@@ -3372,7 +3372,7 @@ else version (Posix)
33723372 // and parse it so that it's guaranteed to be up-to-date, though
33733373 // that has the downside that the code needs to worry about the
33743374 // site being down or unicode.org changing the URL.
3375- auto url = "http ://unicode. org/cldr/data /common/supplemental/windowsZones.xml";
3375+ auto url = "https ://raw.githubusercontent.com/unicode- org/cldr/main /common/supplemental/windowsZones.xml";
33763376 auto conversions2 = parseTZConversions(std.net.curl.get(url));
33773377--------------------
33783378 +/
@@ -3458,7 +3458,7 @@ TZConversions parseTZConversions(string windowsZonesXMLText) @safe pure
34583458 import std.algorithm.iteration : uniq;
34593459 import std.algorithm.sorting : isSorted;
34603460
3461- // Reduced text from http ://unicode. org/cldr/data /common/supplemental/windowsZones.xml
3461+ // Reduced text from https ://github.com/unicode- org/cldr/blob/main /common/supplemental/windowsZones.xml
34623462 auto sampleFileText =
34633463` <?xml version="1.0" encoding="UTF-8" ?>
34643464<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
0 commit comments