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.