https://bugs.kde.org/show_bug.cgi?id=378481
--- Comment #5 from Jarosław Staniek <stan...@kde.org> --- Fix in progress. Sample info KEXI shows on output when LC_TIME=en_US is used: Two-digit year formats for dates are not allowed so KEXI will alter date format "M/d/yy" by replacing two-digits years with four-digits for accuracy. New input format is "M/d/yyyy", new input mask is "90/90/9999" and new output format is "M/d/yyyy". This change will affect input and display. Set the General/AllowTwoDigitYearFormats option to true to enable use of two-digit year formats. -- You are receiving this mail because: You are watching all bug changes.