https://bugs.kde.org/show_bug.cgi?id=437796
--- Comment #2 from r...@alum.mit.edu --- ...or, presumably, edit my current locale somehow. This isn't the only completely braindead thing Qt has done with date/time; completely unrelated, comparing two QDateTimes is extremely slow because they don't want to add another 8 bytes to allow the time in milliseconds since the epoch to be cached, so every time I want to compare them, the date and time have to be converted into said milliseconds, involving locale lookups and timezone calculations. I had fun fixing that in KPhotoAlbum. Grr. -- You are receiving this mail because: You are watching all bug changes.