Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#7402 closed defect (fixed)

Override Edit occasionally prevents you from being able to submit a non conflicting comment

Reported by: Russ Tyndall Owned by: Russ Tyndall
Priority: normal Component: OverrideEditPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

I think that somewhere in deserializing and reserializing times from iso8601 there is an edge case that sometimes prevents it allowing a submit.

Attachments (0)

Change History (4)

comment:1 Changed 14 years ago by Russ Tyndall

The timestamp that was causing problems was

  • 2010-07-20T11:25:52-04:00 on ticket change
  • 1279639552520701
  • 2010-07-20T15:25:52.XXXXX+00:00 in ts req arg

comment:2 Changed 14 years ago by Russ Tyndall

Definitely a parsing bug in iso8601

> str(dt)
'2010-07-20 15:25:52.520701+00:00'
> str(iso8601.parse_date(str(dt)))
'2010-07-20 15:25:52.520700+00:00'

comment:3 Changed 14 years ago by Russ Tyndall

Resolution: fixed
Status: newclosed

(In [8290]) fixed bug in parsing some iso8601 dates that cause the time to be off by a millisecond or so, and thus fail ticket validation. fix #7402

comment:4 Changed 14 years ago by Russ Tyndall

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Russ Tyndall.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.