public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org>
To: cygwin-cvs@sourceware.org
Subject: [newlib-cygwin/cygwin-3_5-branch] Cygwin: tzmap-from-unicode.org: drop "E. Europe Standard Time" default
Date: Wed,  3 Apr 2024 16:56:21 +0000 (GMT)	[thread overview]
Message-ID: <20240403165621.37BCA3858401@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bd11b2d97e3b164ad9d2404a6f8075459419b8d0

commit bd11b2d97e3b164ad9d2404a6f8075459419b8d0
Author:     Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Thu Mar 21 21:43:10 2024 +0100
Commit:     Corinna Vinschen <corinna@vinschen.de>
CommitDate: Wed Apr 3 18:53:56 2024 +0200

    Cygwin: tzmap-from-unicode.org: drop "E. Europe Standard Time" default
    
    E. Europe Standard Time is available in the unicode.org windowsZones.xml
    file, so we can drop the default handling.
    
    Fix a few comments.
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

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 name"
+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="001"#territory=""#
 	     s#Asia/Calcutta#Asia/Kolkata#
 	     s#.*mapZone other=\("[^"]*"\) territory=\("[^"]*"\) type=\("[^"]*"\).*#  { 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" },'

                 reply	other threads:[~2024-04-03 16:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240403165621.37BCA3858401@sourceware.org \
    --to=corinna@sourceware.org \
    --cc=cygwin-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).