<html><head></head><body>I suspect it's a similar prime<br><br><div class="gmail_quote">On March 28, 2022 5:33:36 PM UTC, Paul Eggert via tz <tz@iana.org> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre dir="auto" class="k9mail">On 3/28/22 09:03, Almaz Mingaleev wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;">Unfortunately such standard-to-standard time transitions break<br>DST offset finding logic on Android (code is here [1]).<br></blockquote><br>Could you explain the problem more? There are lots of places where timezones switch from one standard time to another, and evidently these other transitions don't cause a problem. What's different here?<br><br>Here's the output of 'zdump -i -c 2085,2100 Africa/Casablanca' if you're using rearguard format:<br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"><br>TZ="Africa/Casablanca"<br>-        -       +01             1<br>2085-04-22   02      +00<br>2085-06-03 03      +01             1<br>2086-04-14   02      +00<br>2086-05-19 03      +01             1<br>2087-03-30   02      +00<br>2087-05-11 03      +01<br></blockquote><br>If we want the last line to be standard time, what should the previous lines look like if we want to avoid the Android transition-finding problem? For example, would it be OK if the penultimate line were absent?<br></pre></blockquote></div></body></html>