From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id B7C823858407; Thu, 21 Mar 2024 21:22:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B7C823858407 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711056141; bh=y5YmAaIPx0GH7jBOQX4+DgG28nsRHUYZRrzD0BOB9zI=; h=From:To:Subject:Date:From; b=nJnwFnaY5lUbB9vkU1diQfZNcwf9OR70xmGTBGOALLnr5vimK/qL/6jAJX5sDXHB+ sVRGZDS1aF/k4Rpl0VdSkc7/pt0UA3lDe7AOSEzQcguqlFIrpG3Vn0VUAHAyaiSGBc MAwZA1vU2T3+TfxCFeQovgpujsBhpEBu/55RbQr0= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/main] Cygwin: tzmap-from-unicode.org: drop "E. Europe Standard Time" default X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/main X-Git-Oldrev: ace936b70780fd076de4867514cc37c66ba91d26 X-Git-Newrev: 2c67eeb233fb5392ccd08afe1dcc4d0aa274561d Message-Id: <20240321212221.B7C823858407@sourceware.org> Date: Thu, 21 Mar 2024 21:22:21 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D2c67eeb233f= b5392ccd08afe1dcc4d0aa274561d commit 2c67eeb233fb5392ccd08afe1dcc4d0aa274561d Author: Corinna Vinschen AuthorDate: Thu Mar 21 21:43:10 2024 +0100 Commit: Corinna Vinschen CommitDate: Thu Mar 21 21:45:26 2024 +0100 Cygwin: tzmap-from-unicode.org: drop "E. Europe Standard Time" default =20 E. Europe Standard Time is available in the unicode.org windowsZones.xml file, so we can drop the default handling. =20 Fix a few comments. =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/utils/tzmap-from-unicode.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/winsup/utils/tzmap-from-unicode.org b/winsup/utils/tzmap-from-= unicode.org index 2264f02683d3..6b7907a32069 100755 --- a/winsup/utils/tzmap-from-unicode.org +++ b/winsup/utils/tzmap-from-unicode.org @@ -24,14 +24,15 @@ echo " This table maps Windows timezone keynames and = countries per ISO 3166-1 echo " POSIX-compatible timezone IDs." echo "" echo " The mapping from unicode.org is just a bit incomplete. It doesn'= t contain" -echo " a few timezones available on Windows 8.1:" +echo " some (deprecated) timezones available since Windows 8.1:" echo "" -echo " E. Europe Standard Time" echo " Mid-Atlantic Standard Time" echo " Kamchatka Standard Time" echo "" echo " as well as a few combinations which got a new Windows timezone nam= e" +echo " but may still be in use somewhere..." echo "" +echo " E. Europe Standard Time/CY" echo " Eastern Standard Time/TC" echo " Egypt Standard Time/PS" echo " Greenwich Standard Time/EH" @@ -53,7 +54,6 @@ wget -O - "${ZONES_FILE}" | \ sed -n -e 's#territory=3D"001"#territory=3D""# s#Asia/Calcutta#Asia/Kolkata# s#.*mapZone other=3D\("[^"]*"\) territory=3D\("[^"]*"\) type=3D\("[^= "]*"\).*# { L\1, L\2, L\3 },#p' - echo ' { L"E. Europe Standard Time", L"", L"Asia/Nicosia" },' echo ' { L"E. Europe Standard Time", L"CY", L"Asia/Nicosia" },' echo ' { L"Eastern Standard Time", L"TC", L"America/Grand_Turk" },' echo ' { L"Egypt Standard Time", L"PS", L"Asia/Gaza Asia/Hebron" },'