- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit64fc5e0
committed
Remove PHOT from our default timezone abbreviations list.
Debian recently decided to split out a bunch of "obsolete" timezonenames into a new tzdata-legacy package, which isn't installed bydefault. One of these zone names is Pacific/Enderbury, and thatbreaks our regression tests (on --with-system-tzdata builds)because our default timezone abbreviations list defines PHOT asPacific/Enderbury.Pacific/Enderbury got renamed to Pacific/Kanton in tzdata 2021b,so that in distros that still have this entry it's just a symlinkto Pacific/Kanton anyway. So one answer would be to redefine PHOTas Pacific/Kanton. However, then things would fail if theinstalled tzdata predates 2021b, which is recent enough that thatseems like a real problem.Instead, let's just remove PHOT from the default list. That seemslikely to affect nobody in the real world, because (a) it was anabbreviation that the tzdb crew made up in the first place, withno evidence of real-world usage, and (b) the total human populationof the Phoenix Islands is less than two dozen persons, per Wikipedia.If anyone does use this zone abbreviation they can easily put it backvia a custom abbreviations file.We'll keep PHOT in the Pacific.txt reference file, but change itto Pacific/Kanton there, as that definition seems more likely tobe useful to future readers of that file.Per report from Victor Wagner. Back-patch to all supportedbranches.Discussion:https://postgr.es/m/20231027152049.4b5c8044@wagner.wagner.home1 parent9e8a18d commit64fc5e0
2 files changed
+1
-2
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
618 | 618 |
| |
619 | 619 |
| |
620 | 620 |
| |
621 |
| - | |
622 | 621 |
| |
623 | 622 |
| |
624 | 623 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
|
0 commit comments
Comments
(0)