Roundup Tracker - Issues

Message5476

Author antmail
Recipients antmail
Date 2016-03-02.18:33:02
Message-id <1456943584.35.0.769794131535.issue2550904@psf.upfronthosting.co.za>
In-reply-to
I found that all 'creation' field of new node is set to time when
roundup-tracker server was started.

This is because things changed in date.py:
from
   def __init__(self, spec='.', offset=0, add_granularity=False,
to
   def __init__(self, spec=datetime.datetime.utcnow(),

Revert it back solve the problem.
History
Date User Action Args
2016-03-02 18:33:04antmailsetrecipients: + antmail
2016-03-02 18:33:04antmailsetmessageid: <1456943584.35.0.769794131535.issue2550904@psf.upfronthosting.co.za>
2016-03-02 18:33:04antmaillinkissue2550904 messages
2016-03-02 18:33:02antmailcreate