Skip to content

Linux Arm64 TimeZoneInfo Duplicate DisplayNames #64111

@mdh1418

Description

@mdh1418

Through work to ensure no duplicate display names for timezones on Android, it was discovered that there are duplicates on Linux Arm64.

tzCollection: id America/Punta_Arenas has DisplayName (UTC-03:00) GMT
tzCollection: id America/Nuuk has DisplayName (UTC-03:00) GMT

tzCollection: id Europe/Astrakhan has DisplayName (UTC+04:00) GMT
tzCollection: id Europe/Ulyanovsk has DisplayName (UTC+04:00) GMT
tzCollection: id Europe/Saratov has DisplayName (UTC+04:00) GMT

tzCollection: id Asia/Tomsk has DisplayName (UTC+07:00) GMT
tzCollection: id Asia/Barnaul has DisplayName (UTC+07:00) GMT

On Linux musl x64 and Android x64, for example, the IDs have different display names for

tzCollection: id America/Punta_Arenas has DisplayName (UTC-03:00) Punta Arenas Time

tzCollection: id Europe/Astrakhan has DisplayName (UTC+04:00) Astrakhan Time
tzCollection: id Europe/Ulyanovsk has DisplayName (UTC+04:00) Ulyanovsk Time
tzCollection: id Europe/Saratov has DisplayName (UTC+04:00) Saratov Time

tzCollection: id Asia/Tomsk has DisplayName (UTC+07:00) Tomsk Time
tzCollection: id Asia/Barnaul has DisplayName (UTC+07:00) Barnaul Time

Full list of GetSystemTimeZone IDs and DIsplayNames https://gist.github.com/mdh1418/a2dca0098fea5af098fcee92639b6515

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions