Hi, I just downloaded the 2018a distribution of the tz database, with code. I tried to do a “make” and the make failed due to the missing pacificnew file. Copying that file from 2017c fixed the problem. The Java tool tzupdater also fails because of this missing file. I realize it might be that you are deliberately getting rid of this file, but your own make process is broken with the file missing, and I imagine other tools for updating time zone data besides tzupdater will also fail due to this file being gone. If you accidentally left pacificnew out, you might need to re-release the distribution. If getting rid of it was intentional, you’ll have to update your make process, or perhaps include a blank or commented-out copy of pacificnew. I also didn’t notice any changes in Brazil or Ireland as I expected to see from the release notes, which possibly is another problem. -Kerry
Kerry Shetline wrote:
I also didn’t notice any changes in Brazil or Ireland as I expected to see from the release notes, which possibly is another problem.
That's odd, as I do see the changes in 2018a. Here's how I checked for this: wget https://data.iana.org/time-zones/releases/tzdb-2018a.tar.lz tar xf tzdb-2018a.tar.lz The resulting file tzdb-2018a/to2050.tzs contained: TZ="America/Sao_Paulo" ... 2018-11-04 01 -02 1 and this corresponds to the new rule in Brazil, using November's first Sunday.
participants (2)
-
Kerry Shetline -
Paul Eggert