From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66946 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: (nnrss-normalize-date): Accept Unix-style epoch timestamps. Date: Wed, 14 May 2008 16:19:33 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86r6c437oa.fsf@lifelogs.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210799859 2395 80.91.229.12 (14 May 2008 21:17:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 May 2008 21:17:39 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15423@lists.math.uh.edu Wed May 14 23:18:15 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1JwOMQ-0000sr-4F for ding-account@gmane.org; Wed, 14 May 2008 23:18:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1JwOLD-0007GV-LE; Wed, 14 May 2008 16:16:51 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JwOLB-0007GG-2c for ding@lists.math.uh.edu; Wed, 14 May 2008 16:16:49 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JwOL4-0003Nv-9p for ding@lists.math.uh.edu; Wed, 14 May 2008 16:16:48 -0500 Original-Received: from mail.blockstar.com ([170.224.69.95]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JwOLI-0005PZ-00 for ; Wed, 14 May 2008 23:16:56 +0200 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com (unknown [38.98.147.130]) by mail.blockstar.com (Postfix) with ESMTP id D9EF53F8432 for ; Wed, 14 May 2008 14:29:07 -0700 (PDT) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" X-Hashcash: 1:20:080514:ding@gnus.org::Jap/gbC8UuohB4TB:00000Bks In-Reply-To: (Reiner Steib's message of "Wed, 14 May 2008 22:40:04 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66946 Archived-At: On Wed, 14 May 2008 22:40:04 +0200 Reiner Steib wrote: RS> On Wed, May 14 2008, Ted Zlatanov wrote on ding-patches: >> Modified: ChangeLog nnrss.el >> >> (nnrss-normalize-date): Accept Unix-style epoch timestamps. RS> Is this a bugfix? RS> Then it should go to v5-10 as well. Could you add it there, please? It's a new feature, because the RFC does not specify these timestamps, we're just being liberal in what we accept. I'll still add it to v5-10 if you think it's necessary. Ted