https://bugs.kde.org/show_bug.cgi?id=478002
--- Comment #6 from Maik Qualmann <metzping...@gmail.com> --- Yes, it's hard for Windows users or users of Windows file systems to guess. The date string usually consists of colons as separators. Colons are forbidden characters for Windows, so they are automatically converted to underscores. So instead of replacing "_", you have to replace ":". Maik -- You are receiving this mail because: You are watching all bug changes.