Roundup Tracker - Issues

Message4183

Author ThomasAH
Recipients ThomasAH, jkenn
Date 2010-10-28.15:26:40
Message-id <1288279601.66.0.738520594292.issue2117897@psf.upfronthosting.co.za>
In-reply-to
Maybe <Date 2008-09-11.14:02:59.998> was somehow rounded to :60?

I just got the same crash in roundup-admin and web interface.
In my case I got a journal entry with <Date 2010-10-28.14:34:60.000000>

My very ugly workaround was to change _utc_to_local() in roundup/date.py to:

    try:
        ...existing code...
    except ValueError:
        return (1970,1,1,12,0,0)
History
Date User Action Args
2010-10-28 15:26:41ThomasAHsetmessageid: <1288279601.66.0.738520594292.issue2117897@psf.upfronthosting.co.za>
2010-10-28 15:26:41ThomasAHsetrecipients: + ThomasAH, jkenn
2010-10-28 15:26:41ThomasAHlinkissue2117897 messages
2010-10-28 15:26:40ThomasAHcreate