[newlib-cygwin/main] Cygwin: utils: refresh tzmap.h

Corinna Vinschen corinna@sourceware.org
Thu Mar 21 21:22:26 GMT 2024


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

commit 290843bbdab6853fff6ba4105c8faac43c621430
Author:     Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Thu Mar 21 21:43:45 2024 +0100
Commit:     Corinna Vinschen <corinna@vinschen.de>
CommitDate: Thu Mar 21 21:45:26 2024 +0100

    Cygwin: utils: refresh tzmap.h
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

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.
 
    The mapping from unicode.org is just a bit incomplete.  It doesn't contain
-   a few timezones available on Windows 8.1:
+   some (deprecated) timezones available since Windows 8.1:
 
-    E. Europe Standard Time
     Mid-Atlantic Standard Time
     Kamchatka Standard Time
 
   as well as a few combinations which got a new Windows timezone name
+  but may still be in use somewhere...
 
+    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 
     South Africa Standard Time/LY
+*/
 
 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/Lindeman" },
-  { 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" },


More information about the Cygwin-cvs mailing list