From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.90.87.14 with SMTP id k14cs1327307agb; Thu, 31 Dec 2009 13:32:29 -0800 (PST) Received: by 10.229.47.3 with SMTP id l3mr1268679qcf.25.1262295148784; Thu, 31 Dec 2009 13:32:28 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 7si22829940qyk.12.2009.12.31.13.32.28; Thu, 31 Dec 2009 13:32:28 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 80DE519782D9; Thu, 31 Dec 2009 16:32:28 -0500 (EST) Received: from mail-ew0-f222.google.com (mail-ew0-f222.google.com [209.85.219.222]) by rubyforge.org (Postfix) with ESMTP id 3F88015B802F for ; Thu, 31 Dec 2009 16:27:58 -0500 (EST) Received: by ewy22 with SMTP id 22so15832419ewy.19 for ; Thu, 31 Dec 2009 13:27:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:date:message-id:user-agent:content-transfer-encoding :content-type:mime-version; bh=PxUkplCauoVWaeZlMVmZzYnGSf52LXX26ET7PTrFfEM=; b=ehvDNuhMCEqi+gXbs6gbEs3logL13ru/JWEZqhlbw8VCtHV2xjr4+POxNNYAHsfKZi aE3JYy5jFdwmmh/4OD4mIatABW2QhY8H61AoQbmdC4x8C4mK/rC64l533jiwyFy89WzE qRr1cRSMl8cFOvK3pcX4Q4K2gt4HEHHzCN9Nw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:date:message-id:user-agent :content-transfer-encoding:content-type:mime-version; b=lB/pS3UIcpnJlMlBuhngzxyvyU3cqtwa5oM0hdlB/mXJ1Jyd/hnW2vZz6zPD4fePqG tL+gOfsgCZf1tBGaSc0gDqcMu6cFQvjjPAEjjz/MhyTH7Cip2hmkIFxcxiilZsUFDqss k+AARydTHVI0kUadWHzKj6OCx2ZBQTCU3vcSU= Received: by 10.213.1.205 with SMTP id 13mr4706204ebg.50.1262294874242; Thu, 31 Dec 2009 13:27:54 -0800 (PST) Received: from localhost (180.56.95-79.rev.gaoland.net [79.95.56.180]) by mx.google.com with ESMTPS id 7sm30630530eyb.10.2009.12.31.13.27.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 31 Dec 2009 13:27:53 -0800 (PST) From: =?utf-8?q?Beno=C3=AEt_PIERRE?= To: sup-devel In-reply-to: <1262293338-sup-9364@changeling.local> References: <1262270484-sup-8396@changeling.local> <1262289195-sup-4420@masanjin.net> <1262289317-sup-7991@changeling.local> <1262290432-sup-9868@masanjin.net> <1262293338-sup-9364@changeling.local> Date: Thu, 31 Dec 2009 22:27:41 +0100 Message-Id: <1262294449-sup-8418@localdomain> User-Agent: Sup/git MIME-Version: 1.0 Subject: Re: [sup-devel] [PATCH] fixed am/pm in thread-list-mode for ruby1.8 X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============1048374258==" Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org --===============1048374258== Content-Transfer-Encoding: 8bit Content-Type: multipart/signed; micalg="pgp-sha1"; boundary="=-1262294871-301558-22562-4413-1-="; protocol="application/pgp-signature" --=-1262294871-301558-22562-4413-1-= Content-Type: text/plain; charset=UTF-8 Excerpts from Eric Sherman's message of Thu Dec 31 22:03:40 +0100 2009: > Excerpts from William Morgan's message of Thu Dec 31 15:14:50 -0500 2009: > > Reformatted excerpts from Eric Sherman's message of 2009-12-31: > > > %P in 1.8.7 displays a literal "P" always, whereas %P in 1.9 display am/pm. > > > > That's not the case for me. I get an am/pm for 1.8.7 patch levels 174 > > and 72 (the two I have on hand). Unless there's some weird Debian > > patching going on. > > > > Can anyone else confirm? > > Here's a simple test for others to try: > > $ ruby --version > ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10] > $ irb > irb(main):001:0> RUBY_VERSION > => "1.8.7" > irb(main):002:0> Time.now().strftime("%l:%M%P") > => " 3:58P" > irb(main):003:0> quit > $ ruby1.9 --version > ruby 1.9.1p376 (2009-12-07 revision 26041) [i386-darwin10] > $ irb1.9 irb(main):001:0> RUBY_VERSION > => "1.9.1" > irb(main):002:0> Time.now().strftime("%l:%M%P") > => " 3:58pm" # ruby --version ruby 1.8.7 (2009-06-12 patchlevel 174) [x86_64-linux] # ruby -e 'puts Time.now().strftime("%l:%M%P")' 10:21pm # ruby1.9 --version ruby 1.9.0 (2008-10-04 revision 19669) [x86_64-linux] # ruby1.9 -e 'puts Time.now().strftime("%l:%M%P")' 10:22pm That's on Ubuntu Karmic. -- A: Because it destroys the flow of conversation. Q: Why is top posting dumb? --=-1262294871-301558-22562-4413-1-= Content-Disposition: attachment; filename="signature.asc" Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAks9F00ACgkQ644CbTuRs/eLWgCfV4//xl+hu3kzKQKKHQbpZJCo hJ8AoIzxgp8yUjHdk3bYzgxDsE6CQSjw =yGfi -----END PGP SIGNATURE----- --=-1262294871-301558-22562-4413-1-=-- --===============1048374258== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel --===============1048374258==--