Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 64403 invoked from network); 14 Jul 2004 20:50:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Jul 2004 20:50:25 -0000 Received: (qmail 83084 invoked by uid 500); 14 Jul 2004 20:50:24 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 83017 invoked by uid 500); 14 Jul 2004 20:50:24 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 83003 invoked by uid 500); 14 Jul 2004 20:50:24 -0000 Received: (qmail 82999 invoked by uid 99); 14 Jul 2004 20:50:24 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 14 Jul 2004 13:50:24 -0700 Received: (qmail 64373 invoked by uid 1728); 14 Jul 2004 20:50:23 -0000 Date: 14 Jul 2004 20:50:23 -0000 Message-ID: <20040714205023.64372.qmail@minotaur.apache.org> From: ajack@apache.org To: gump-cvs@apache.org Subject: cvs commit: gump/python/gump/syndication atom.py X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ajack 2004/07/14 13:50:23 Modified: python/gump/syndication atom.py Log: Cleaning up includes has risks... Revision Changes Path 1.20 +1 -1 gump/python/gump/syndication/atom.py Index: atom.py =================================================================== RCS file: /home/cvs/gump/python/gump/syndication/atom.py,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- atom.py 14 Jul 2004 20:47:02 -0000 1.19 +++ atom.py 14 Jul 2004 20:50:23 -0000 1.20 @@ -114,7 +114,7 @@ log.debug("Atom News Feed to : " + self.file); stream = open(self.file,'w') - modified=time.strftime('%Y-%m-%dT%H:%M:%SZ', gmtime()) + modified=time.strftime('%Y-%m-%dT%H:%M:%SZ', time.gmtime()) self.serializeToStream(stream,modified) --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org