Sourced from ex_cldr's releases.
Cldr version 2.43.0
Deprecations
Deprecate
Cldr.Timezone.fetch/1in favor ofCldr.Timezone.fetch_short_zone/1Deprecate
Cldr.Timezone.get/1in favor ofCldr.Timezone.get_short_zone/1Deprecate
Cldr.Timezone.timezones_for_territory/0in favor ofCldr.Timezone.timezones_by_territory/0Deprecate
Cldr.Timezone.validate_timezone/1in favor ofCldr.Timezone.validate_short_zone/1Enhancements
Adds metazone, metazone mapping and primary zone data to the build process. This data supports timezone name localisation for a future release of ex_cldr_dates_times. See the github discussion for more background.
- Adds
Cldr.Config.metazones/0- Adds
Cldr.Config.metazone_mapping/0- Adds
Cldr.Config.metazone_ids/0- Adds
Cldr.Config.primary_zones/0Adds
Cldr.Timezone.canonical_timezones/0to return the mapping of IANA long timezone names to their canonical equivalent.Adds
Cldr.Timezone.canonical_timezone/1to return the canonical timezone name for a given IANA long timezone name, or{:error, "Etc/Unknown"}.
Sourced from ex_cldr's changelog.
Cldr v2.43.0
This is the changelog for Cldr v2.43.0 released on August 25th, 2025. For older changelogs please consult the release tag on GitHub
Deprecations
Deprecate
Cldr.Timezone.fetch/1in favor ofCldr.Timezone.fetch_short_zone/1Deprecate
Cldr.Timezone.get/1in favor ofCldr.Timezone.get_short_zone/1Deprecate
Cldr.Timezone.timezones_for_territory/0in favor ofCldr.Timezone.timezones_by_territory/0Deprecate
Cldr.Timezone.validate_timezone/1in favor ofCldr.Timezone.validate_short_zone/1Enhancements
Adds metazone, metazone mapping and primary zone data to the build process. This data supports timezone name localisation for a future release of ex_cldr_dates_times. See the github discussion for more background.
- Adds
Cldr.Config.metazones/0- Adds
Cldr.Config.metazone_mapping/0- Adds
Cldr.Config.metazone_ids/0- Adds
Cldr.Config.primary_zones/0Adds
Cldr.Timezone.canonical_timezones/0to return the mapping of IANA long timezone names to their canonical equivalent.Adds
Cldr.Timezone.canonical_timezone/1to return the canonical timezone name for a given IANA long timezone name, or{:error, "Etc/Unknown"}.
581e9b8
Release 2.43.0f2e04f3
Fix timezone.ex9363c12
Correct timezone generation5ccb26f
No territory for utc, gmt, utc.. timezonesf2bcabf
Add additional substitution pattern4d12a2b
Rename :daylight_savings to :daylight on loading (for now)63a0fd7
daylight_savings => daylight to be consistent24312eb
Mix formatc376bd3
Add Cldr.Timezone.territories_by_timezone/03df5cda
Invert the primary_zones map