Content-Disposition: inline Content-Type: text/plain; charset="utf-8" In-Reply-To: Message-ID: X-RT-Interface: Web References: MIME-Version: 1.0 X-Mailer: MIME-tools 5.508 (Entity 5.508) X-RT-Original-Encoding: utf-8 Content-Transfer-Encoding: binary RT-Send-CC: Content-Length: 373 On Sat Dec 30 13:46:14 2017, marka wrote: > > => there is still an extra "." in the snprintf format string > > We want “.DDDZ” which “.%03uZ” produces. The period separates the > seconds from the milliseconds. => argh! I was disturbed by the isc_time_formatshorttimestamp() code which was just after in master (and v9_12) and is clearly wrong (missing Z and .).