Comment 12 for bug 214730

Revision history for this message
dankm (dan-mcgregor) wrote :

I realise the bug report is closed, but what got put in is not %Y-%m-%d. It is %y-%m-%d.

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"
$ LANG=en_CA.UTF-8 locale d_fmt
%y-%m-%d
$ LANG=fr_CA.UTF-8 locale d_fmt
%Y-%m-%d

Should I open a new bug?