On Mon, 28 Mar 2022, Darren Tucker wrote: > + tm.tm_isdst = -1; /* auto detect DST */ Despite this being precisely what POSIX’ strptime docs say… https://pubs.opengroup.org/onlinepubs/9699919799/functions/strptime.html#tag_16_582_06 … tm_isdst is optional, and therefore this needs #ifdef HAVE_TM_ISDST and a configure test. (Also, ouch, I didn’t know about this either; very unintuitive API combination.) bye, //mirabilos -- Infrastrukturexperte • tarent solutions GmbH Am Dickobskreuz 10, D-53121 Bonn • http://www.tarent.de/ Telephon +49 228 54881-393 • Fax: +49 228 54881-235 HRB AG Bonn 5168 • USt-ID (VAT): DE122264941 Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg **************************************************** /⁀\ The UTF-8 Ribbon ╲ ╱ Campaign against Mit dem tarent-Newsletter nichts mehr verpassen: ╳ HTML eMail! Also, https://www.tarent.de/newsletter ╱ ╲ header encryption! **************************************************** _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev