From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.90.87.14 with SMTP id k14cs1326424agb; Thu, 31 Dec 2009 13:09:14 -0800 (PST) Received: by 10.224.88.199 with SMTP id b7mr9461211qam.298.1262293754311; Thu, 31 Dec 2009 13:09:14 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 36si7993975qyk.92.2009.12.31.13.09.14; Thu, 31 Dec 2009 13:09:14 -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 068E718582C3; Thu, 31 Dec 2009 16:09:14 -0500 (EST) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.25]) by rubyforge.org (Postfix) with ESMTP id 22792185826F for ; Thu, 31 Dec 2009 16:03:44 -0500 (EST) Received: by qw-out-2122.google.com with SMTP id 9so2169803qwb.29 for ; Thu, 31 Dec 2009 13:03:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:subject:from:to :in-reply-to:references:date:message-id:user-agent :content-transfer-encoding; bh=yF1j5ZbPIne+WFA9Lq2TvuF0esqTE00JdTtxU7iRRrU=; b=AG4RzlaykslTVMCQYy9YQ3ocY/dtDtV3jaliK3YszKkih6Ub+k0NcgDIiis8BtRNFC 5lWh8gEHm9XLsaDsbsIC2QdZJCCpxsVHkAbZ1zMqbx7vP7VrbhGLVvMMeVX7I4Iq4Ddd +w2Mx0ajttA7h3LaOtBU1dnOdJQt0hQUft6ow= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:subject:from:to:in-reply-to:references:date:message-id :user-agent:content-transfer-encoding; b=XcdI34xCf3x7hDgcG1/ZvMFCAq63NeyG6c2DNleUuESRAp5FzpLxKDfKOeY7QU39d5 j53VvuLQiKky4UJvtyGcmMIXSXqHnqTJIZS9MPbWijkYhiTY+E/VljcusP67b+MlX/sO JR8Qhm8Dk5bAcNJOQrrwokQxI9C9QUE/QJ/aw= Received: by 10.224.71.203 with SMTP id i11mr9412287qaj.338.1262293423385; Thu, 31 Dec 2009 13:03:43 -0800 (PST) Received: from localhost (c-76-98-110-216.hsd1.nj.comcast.net [76.98.110.216]) by mx.google.com with ESMTPS id 20sm13349535qyk.13.2009.12.31.13.03.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 31 Dec 2009 13:03:42 -0800 (PST) From: Eric Sherman To: sup-devel In-reply-to: <1262290432-sup-9868@masanjin.net> References: <1262270484-sup-8396@changeling.local> <1262289195-sup-4420@masanjin.net> <1262289317-sup-7991@changeling.local> <1262290432-sup-9868@masanjin.net> Date: Thu, 31 Dec 2009 16:03:40 -0500 Message-Id: <1262293338-sup-9364@changeling.local> User-Agent: Sup/git 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: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org 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" _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel