On 3/29/24 08:15, Andreas Schwab wrote: > On Mär 29 2024, Bruno Haible wrote: > >> Yes. And make sure that it has a time zone database installed at all. > > Why? That doesn't make any sense. Although Andreas is not clear, perhaps he is alluding to the fact that Gnulib's localtime_r tests assume that TZ='Europe/Paris' stands for Paris time. POSIX doesn't guarantee this, so the implication is that the tests should be skipped when Europe/Paris does not work. I installed the attached to do that. I don't know whether this will fix Andreas's problem, whatever it is.