From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 474DA3846062; Wed, 3 Apr 2024 16:56:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 474DA3846062 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712163386; bh=rtuVIirt85P+Mq7cR6FkgUfWvIDKfl2WbGcimuL/O0I=; h=From:To:Subject:Date:From; b=r200dkCkoHKU3SDdDeIk+Q+0gV38ewhIEh+iG8gkZgCoIVWc1SAW8wVG99ehcHxHY /1ixDBAy+Pq7GHhhq0OvBU8aR62UUBvvZLheJGNGDV4nJa+QneBBwtE8Y7Ha8cAQ4b 8U7LEEN6HjcQIeKXE3kjOV8LPYnOhARrydnCTfC4= 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/cygwin-3_5-branch] Cygwin: utils: refresh tzmap.h X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_5-branch X-Git-Oldrev: bd11b2d97e3b164ad9d2404a6f8075459419b8d0 X-Git-Newrev: d8b21b8c77275941afcc5952fa3bb542413554ad Message-Id: <20240403165626.474DA3846062@sourceware.org> Date: Wed, 3 Apr 2024 16:56:26 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Dd8b21b8c772= 75941afcc5952fa3bb542413554ad commit d8b21b8c77275941afcc5952fa3bb542413554ad Author: Corinna Vinschen AuthorDate: Thu Mar 21 21:43:45 2024 +0100 Commit: Corinna Vinschen CommitDate: Wed Apr 3 18:53:56 2024 +0200 Cygwin: utils: refresh tzmap.h =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/utils/tzmap.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/winsup/utils/tzmap.h b/winsup/utils/tzmap.h index c07a8ed1f175..7a8cf44cd920 100644 --- a/winsup/utils/tzmap.h +++ b/winsup/utils/tzmap.h @@ -12,14 +12,15 @@ POSIX-compatible timezone IDs. =20 The mapping from unicode.org is just a bit incomplete. It doesn't cont= ain - a few timezones available on Windows 8.1: + some (deprecated) timezones available since Windows 8.1: =20 - E. Europe Standard Time Mid-Atlantic Standard Time Kamchatka Standard Time =20 as well as a few combinations which got a new Windows timezone name + but may still be in use somewhere... =20 + E. Europe Standard Time/CY Eastern Standard Time/TC Egypt Standard Time/PS Greenwich Standard Time/EH @@ -27,6 +28,7 @@ Kaliningrad Standard Time/BY SA Pacific Standard Time/HT=20 South Africa Standard Time/LY +*/ =20 struct { @@ -161,7 +163,6 @@ struct { L"E. Africa Standard Time", L"ZZ", L"Etc/GMT-3" }, { L"E. Australia Standard Time", L"", L"Australia/Brisbane" }, { L"E. Australia Standard Time", L"AU", L"Australia/Brisbane Australia/L= indeman" }, - { L"E. Europe Standard Time", L"", L"Asia/Nicosia" }, { L"E. Europe Standard Time", L"", L"Europe/Chisinau" }, { L"E. Europe Standard Time", L"CY", L"Asia/Nicosia" }, { L"E. Europe Standard Time", L"MD", L"Europe/Chisinau" },