From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.90.87.14 with SMTP id k14cs1324291agb; Thu, 31 Dec 2009 12:07:03 -0800 (PST) Received: by 10.224.31.77 with SMTP id x13mr9407220qac.130.1262290023119; Thu, 31 Dec 2009 12:07:03 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 13si22178778qyk.29.2009.12.31.12.07.03; Thu, 31 Dec 2009 12:07:03 -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 C2AEF1D78879; Thu, 31 Dec 2009 15:07:02 -0500 (EST) Received: from mail-yx0-f187.google.com (mail-yx0-f187.google.com [209.85.210.187]) by rubyforge.org (Postfix) with ESMTP id CE0F1185828E for ; Thu, 31 Dec 2009 15:03:19 -0500 (EST) Received: by yxe17 with SMTP id 17so11811404yxe.33 for ; Thu, 31 Dec 2009 12:03:19 -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=ecxjvCGiuoK5XWki4UbV/vsv+N3fTVkegq1NFMNZE7M=; b=saNlzCa75bKRu07+M2IG7PU+EJ4K6lrymUr+5w5iQxizcdfcIID+Sd97YTZg/WgYjs VQohZ4XrXkY/Z60m7sakHZRIqp8BJKWUXoU3maGAEvyVVj468mCXY4CRGmTRaQC01QNT CnRpgiObZJru0dxmuiI+x3DBKw8zjxlKU7BsU= 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=rN/ckBaa3oRC6EzBIaoj/eYr+++jaRPOaJ/DsTTNgKKkubugEJsGMJGk6+Nd+zX7pN 8Hp6nQouNEKktie6si8+C1/PSYICrMZoxm2hItZpwwhdpS6d0Y16hzQP8oIrDj55rgvO 0xm1DOQsPdRi79hRiGkvt7YI17j8jba8jc2KA= Received: by 10.150.247.29 with SMTP id u29mr28794944ybh.90.1262289799442; Thu, 31 Dec 2009 12:03:19 -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 35sm5913058yxh.69.2009.12.31.12.03.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 31 Dec 2009 12:03:19 -0800 (PST) From: Eric Sherman To: sup-devel In-reply-to: <1262289195-sup-4420@masanjin.net> References: <1262270484-sup-8396@changeling.local> <1262289195-sup-4420@masanjin.net> Date: Thu, 31 Dec 2009 15:03:18 -0500 Message-Id: <1262289317-sup-7991@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 14:53:53 -0500 2009: > Reformatted excerpts from Eric Sherman's message of 2009-12-31: > > Here's a patch that gives the proper am/pm display for ruby1.8 if > > that's what's running. > > Can you give a little more info? My ruby 1.8.7 is fine with %P. Was this > broken in earlier 1.8's? %P in 1.8.7 displays a literal "P" always, whereas %P in 1.9 display am/pm. %p in both 1.8.7 and 1.9 displays AM/PM. ruby1.8.7 strftime: http://ruby-doc.org/core-1.8.7/classes/Time.html#M000139 ruby1.9 strftime: http://ruby-doc.org/core-1.9/classes/Time.html#M000314 I didn't notice it until someone else mentioned it. _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel