<div style="font-size: 12pt;"><br>Thanks Paul<br><br>It is theoretically possible that such a triple midnight could happen, but I assume it could happen only if some goverment/administration had poorly chosen their walltime transition times.</div>
<div style="font-size: 12pt;"> </div>
<div style="font-size: 12pt;"><br><br><br><strong>----- Original Message -----</strong><br> <strong>From:</strong> Paul Eggert [<a href="mailto:eggert@cs.ucla.edu" target='_blank'>mailto:eggert@cs.ucla.edu]</a><br> <strong>To:</strong> "dpatte" <dpatte@relativedata.com><br> <strong>Cc:</strong> tz@iana.org<br> <strong>Sent:</strong> Mon, 15 Aug 2022 15:46:55 -0700<br> <strong>Subject:</strong> Re: [tz] Trivial questions about Tz<br><br> <span style="font-family: 'courier new', courier, arial, helvetica, sans-serif;">On 8/15/22 14:23, dpatte via tz wrote:<br>> Are there any known cases in the tz database where two close offset and save changes in one region cause wall times in that region to have not just one but two repeats of the original wall times, such as 3 midnights with the same date?<br><br>I dimly recall we used to have examples of that but eventually removed <br>them from TZDB since they were surely mistakes. Quite possibly my memory <br>is incorrect.<br><br><br>> I am also curious what the largest single change to a save-time is in the database, and the largest single change to a GMT offset-time (though I assume the answer to this second one is Western Samoa).<br><br>The following shell command:<br><br>  zdump -i $(awk '/^Zone/{print $2}' main.zi) |<br>  awk 'o!="" && $3!="" && o!=$3 {print o, $3} {o = $3}' |<br>  sort -u<br><br>prints output that should help answer your question. Each line of output <br>is a distinct pair of (before, after) %z-style abbreviations that is <br>observed somewhere in tzdb. I get 579 lines of output with current tzdb.</span></div>