summaryrefslogtreecommitdiff
path: root/test/regress/1775.test
Commit message (Collapse)AuthorAgeFilesLines
* Add support for '%F' date format specifierMichael Budde2019-04-021-0/+20
'%F' is equivalent to '%Y-%m-%d'. Using the '%F' format without this change this would not give any hard errors but instead give dates with wrong years because the 'has_year' trait would not be correctly detected and thus parsed dates would get set to the current year. Fixes #1775