Hi, > On 21 Jan 2017, at 15:18, <[email protected]> <[email protected]> wrote: > > I sort of cheated by switching to the English English version. I switched > back to Dutch and the date/time error was thrown again. > > The format is: ddd d MMM yyyy > The format for short format is: dd-MM-yy
I had time to look at this. Turns out, all is fine. This is not an error but a warning that the hyphens („minus signs“) in the short format don’t have any special meaning (like the dd for example that is replaced by the day number) and thus show up as hyphens in the date string. Nothing to worry about. We introduced that warning as people put things like „DD“ in the format string and wondered (read: complained) that that did not properly translate to day numbers. So we warn about anything in the format that is not in the list on http://doc.qt.io/qt-5/qdatetime.html#toString . Those characters simply appear in the date string and that might well be what you intended. Maybe the text of the warning is not optimal. Best Robert
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
