On 13/02/14 22:47, [email protected] wrote: > Jiri, thanks that didn't seem to stick, I've now edited > "/etc/sysconfig/i18n" ,that seems to return correct LANG # set | grep > LC_ # set | grep LANG LANG=en_AU.UTF-8 BUT, using 'date' it still > wants m/d/y # date --date='20/03/2014' +"%s" date: invalid date > `20/03/2014'
try sudo grep -r en_US /etc also the locale command on systems prints what everything is set for $ locale LANG=en_AU.UTF-8 LANGUAGE=en_AU:en LC_CTYPE=en_AU.UTF-8 LC_NUMERIC=en_AU.UTF-8 LC_TIME=en_AU.UTF-8 LC_COLLATE=en_AU.UTF-8 LC_MONETARY=en_AU.UTF-8 LC_MESSAGES=en_AU.UTF-8 LC_PAPER=en_AU.UTF-8 LC_NAME=en_AU.UTF-8 LC_ADDRESS=en_AU.UTF-8 LC_TELEPHONE=en_AU.UTF-8 LC_MEASUREMENT=en_AU.UTF-8 LC_IDENTIFICATION=en_AU.UTF-8 LC_ALL= -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
