Skip to content

Commit

Permalink
Cygwin: utils: refresh tzmap.h
Browse files Browse the repository at this point in the history
Signed-off-by: Corinna Vinschen <[email protected]>
  • Loading branch information
github-cygwin committed Mar 21, 2024
1 parent 2c67eeb commit 290843b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions winsup/utils/tzmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,23 @@
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
Hawaiian Standard Time/TK
Kaliningrad Standard Time/BY
SA Pacific Standard Time/HT
South Africa Standard Time/LY
*/

struct
{
Expand Down Expand Up @@ -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" },
Expand Down

0 comments on commit 290843b

Please sign in to comment.