- Asia/Gaza has DST transitions that occur 50 hours after midnight (both start and end).
- Likewise for Asia/Hebron.
- Asia/Jerusalem has a DST transition that begins 26 hours after midnight.
- America/Nuuk has a DST transition that begins -1 hours after midnight (not a typo).
Violating the first requirement is unspecified behavior, and violating the second is simply not allowed. I ran across these situations while testing a parser for TZif files that I wrote. While the desired behavior is clear, it is also the case that Gaza, Hebron, and Jerusalem rely on unspecified behavior and Nuuk should never parse successfully. Both of these are far from ideal, of course.
I'm not entirely certain what can be done here, as the POSIX format is incapable of handling situations like this at first glance.