Ticket #7402 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Reported by: bobbysmith007 Assigned to: bobbysmith007
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

Change History

07/21/10 22:52:57 changed by bobbysmith007

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

07/22/10 17:28:57 changed by bobbysmith007

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'

07/22/10 17:58:33 changed by bobbysmith007

  • status changed from new to closed.
  • resolution set to fixed.

(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

07/22/10 18:01:36 changed by bobbysmith007

Bug I filed on iso8601 about this:

http://code.google.com/p/pyiso8601/issues/detail?id=17


Add/Change #7402 (Override Edit occasionally prevents you from being able to submit a non conflicting comment)




Change Properties
Action