Quoting Kerry Shetline via tz on Friday September 06, 2024:
More likely that server or org network access is front-ended by a proxy server that has to scan everything before it caches it and/or allows anyone to access it.
I suppose that could be the issue. The response from https://data.iana.org/time-zones/releases/ has this header:
cache-control: max-age=86400
The data is published using a CDN that has many nodes around the world. It is expected behaviour that it takes time to propagate and that replacement data isn't spontaneously available. Note that this only affects the "-latest" filepaths, because a new version fo the database represents a substitution of existing data, if you fetch from the novel URLs for a new release (e.g. https://data.iana.org/time-zones/releases/tzdata2024b.tar.gz) you will get it immediately. As James mentioned, we typically go into the CDN provider configuration manually after a release to force it to reload each of the URLs but didn't do so this time. kim