#695938 locales: date format %x returns wrong format in Dutch

#695938#5
Date:
2012-12-14 15:40:48 UTC
From:
To:
LC_TIME=nl_NL date +%x

Expected result:
----------------
14-12-2012

Actual result:
--------------
14-12-12


I'm from the Netherlands and can assure you nobody writes or uses dates like
"dd-mm-yy", while the documentation of strftime (man strftime) states "%x The
preferred date representation for the current locale without the time."