From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QKy6U-0003Sf-9x for garchives@archives.gentoo.org; Fri, 13 May 2011 19:32:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77D071C060; Fri, 13 May 2011 19:31:31 +0000 (UTC) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 2F3B71C060 for ; Fri, 13 May 2011 19:31:30 +0000 (UTC) Received: by wwj40 with SMTP id 40so2869238wwj.10 for ; Fri, 13 May 2011 12:31:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:reply-to:to:subject:date:user-agent :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=ed3mFN9oerR0nq+1naRkpY8whcFCiZfQqhVNAV/t7KU=; b=szgNKHfchLtKcKkGOGfcmsPW0JcKi8Msp0M3t4nWN/hsxdzdoMtj0UFxJVsqQZpMKw uys4gywEUIs4UbsgPM9nxSGvtYALOKSviHRZyfbm5QQb+feZR9fn3cxuOFly9z/4BnVu X/wdYkVyHKIMJBZbftZp+vQwoQcUhubfaJ9Og= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=gU9Tqc9zWHrNSnxyMMdQhSzLee2WCyTeJbPJf7UMKsdgZ2xEeGhMlaqWPcFTkD8fHL ZqUz6k3bHjxTqyXuoK3qCIPm5itNKGN7N8Yrcdzt8i+2XLNVQaGlYxkLkCxHQGw09FoQ Fh+xMnQrSUcI7ECeP3t0lWwEKWbjTfHZ4cxYY= Received: by 10.227.60.206 with SMTP id q14mr1833643wbh.111.1305315090343; Fri, 13 May 2011 12:31:30 -0700 (PDT) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa [217.169.3.230]) by mx.google.com with ESMTPS id f30sm1308456wef.7.2011.05.13.12.31.28 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 13 May 2011 12:31:29 -0700 (PDT) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: How's the openrc update going for everyone? Date: Fri, 13 May 2011 20:32:02 +0100 User-Agent: KMail/1.13.7 (Linux/2.6.37-gentoo-r4; KDE/4.6.2; x86_64; ; ) References: <4DC9B435.9010308@gmail.com> <201105122041.59596.peter@humphrey.ukfsn.org> In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1403246.zFPzykqFVB"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201105132032.04329.michaelkintzios@gmail.com> X-Archives-Salt: X-Archives-Hash: b57ce5da4177e70a9105c183b06edbfc --nextPart1403246.zFPzykqFVB Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Thursday 12 May 2011 22:48:04 Stroller wrote: > On 12/5/2011, at 8:41pm, Peter Humphrey wrote: > > On Thursday 12 May 2011 18:06:27 Stroller wrote: > >> Could you possibly post the output of `date +"%l:%M%P"`? > >>=20 > >> In doing so you'd be doing me a favour. > >=20 > > $ date +"%l:%M%P" > > 8:39 > >=20 > > That's the wall-clock time (p.m.) in my local time-zone. What Americans > > call daylight savings time, though how they imagine any time is saved I > > don't know. >=20 > From `man date`: >=20 > %l hour ( 1..12) >=20 > ... > %M minute (00..59) > ... >=20 > %p locale's equivalent of either AM or PM; blank if not known >=20 > %P like %p, but lower case >=20 > I'd be curious to compare with the output of `date +"%r"` on your system, > but you probably actually want to set: >=20 > LANG=3D"en_GB.UTF-8" > LC_TIME=3D"POSIX" >=20 > in order to get the correct results. Hmm ... I've just set my locale as you suggest and get: $ date +"%l:%M%P" 8:29 (it's 20:29 right now) and=20 $ date +"%r" 08:31:28 Shouldn't the former say pm at the end? =2D-=20 Regards, Mick --nextPart1403246.zFPzykqFVB Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iEYEABECAAYFAk3NhzQACgkQVTDTR3kpaLYXVQCgqe7eVQIvjRf6QRNWOIOGDq0a c94An0x45KextT/WMOUmHty7dAgEzkvX =/+G+ -----END PGP SIGNATURE----- --nextPart1403246.zFPzykqFVB--