Edgewall Software

Changes between Initial Version and Version 11 of Ticket #10644


Ignore:
Timestamp:
Aug 29, 2012, 3:13:33 PM (12 years ago)
Author:
Christian Boos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10644

    • Property Status newclosed
    • Property Owner set to Alex Willmer <al.willmer@…>
    • Property Milestone1.0
    • Property Keywords patch added
    • Property Resolutionfixed
  • Ticket #10644 – Description

    initial v11  
    1 The function trac.util.datefmt.parse_date() accepts ISO-8601 strings. ISO-8601 allows for fractional seconds, but parse_date() cannot handle these. Attached is a patch to remedy this - against trunk, with tests.
     1The function `trac.util.datefmt.parse_date()` accepts ISO:8601 strings. ISO-8601 allows for fractional seconds, but `parse_date()` cannot handle these. Attached is a patch to remedy this - against trunk, with tests.
    22
    33The change was useful for converting between the _ts used by th:XmlRpcPlugin ticket.update() and the ts used by TicketModule
  • Ticket #10644 – Release Notes

    initial v11  
     1More robust time parsing
  • Ticket #10644 – API Changes

    initial v11  
    1 parse_date() now optionally accepts micro-seconds in the date string
     1`parse_date()` now optionally accepts micro-seconds in the date string