changeset 1339:fe18877acc56

not fully backed-out
author Richard Jones <richard@users.sourceforge.net>
date Wed, 18 Dec 2002 00:15:53 +0000
parents 82ff15307f92
children 58d129ad1050
files roundup/date.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/date.py	Mon Dec 16 05:03:02 2002 +0000
+++ b/roundup/date.py	Wed Dec 18 00:15:53 2002 +0000
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: date.py,v 1.39 2002-12-16 05:03:02 richard Exp $
+# $Id: date.py,v 1.40 2002-12-18 00:15:53 richard Exp $
 
 __doc__ = """
 Date, time and time interval handling.
@@ -245,7 +245,7 @@
         info = m.groupdict()
 
         # get the current date as our default
-        y,m,d = time.gmtime(time.time())[:3]
+        y,m,d,H,M,S,x,x,x = time.gmtime(time.time())
 
         # override year, month, day parts
         if info['m'] is not None and info['d'] is not None:

Roundup Issue Tracker: http://roundup-tracker.org/