June 1, 2022
1:40 a.m.
Thanks for the quick fix! On Fri, 27 May 2022 at 02:08, Paul Eggert <eggert@cs.ucla.edu> wrote:
On 5/26/22 11:23, Almaz Mingaleev wrote:
settzname function [1] calls update_tzname_etc with all time types and all transitions. Shouldn't it be called only for specified local time only i.e. where ttunspecified(sp, ...) returns false?
Yes, that sounds right. Thanks for reporting this. Proposed patch attached.