Return-Path: Received: from mailhub-auth-2.mit.edu (MAILHUB-AUTH-2.MIT.EDU [18.7.62.36]) by krbdev.mit.edu (Postfix) with ESMTPS id 202C63E702 for ; Thu, 5 Jul 2012 16:44:46 -0400 (EDT) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-2.mit.edu (8.13.8/8.9.2) with ESMTP id q65KijDf025579; Thu, 5 Jul 2012 16:44:45 -0400 Received: from multics.mit.edu (MULTICS.MIT.EDU [18.187.1.73]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id q65Kiipm024058 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 5 Jul 2012 16:44:45 -0400 (EDT) Received: (from kaduk@localhost) by multics.mit.edu (8.12.9.20060308) id q65KihSg007394; Thu, 5 Jul 2012 16:44:43 -0400 (EDT) Date: Thu, 5 Jul 2012 16:44:43 -0400 (EDT) From: Benjamin Kaduk To: Sam Hartman via RT CC: ";"@MIT.EDU, "'AdminCc of krbdev.mit.edu Ticket #7192'"@MIT.EDU Subject: Re: [krbdev.mit.edu #7192] klist does not use localized time formatting In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (GSO 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII RT-Send-Cc: X-RT-Original-Encoding: us-ascii Content-Length: 586 On Thu, 5 Jul 2012, Sam Hartman via RT wrote: > Here's the patch we're using in Debian for this: > I was planning on submitting after it made it into a Debian release: Thanks, Sam. Greg and I had talked about this some, and we were planning to change the calls in all the clients from setlocale(LC_MESSAGES, "") to setlocale(LC_ALL, ""), since we believe that this should be safe. (If anything is going on the wire that is subjet to localization, that is a bug.) This has the advantage of keeping everything consistent, and we can run the test suite with LC_ALL=C as well. -Ben