Edgewall Software

Opened 17 years ago

Last modified 15 years ago

#4927 closed defect

DD/MM/YY is not a known date format. — at Initial Version

Reported by: Mishu Owned by: Christopher Lenz
Priority: low Milestone: 0.11
Component: admin/web Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

In the module for Adding milestones if you type the due date in the format DD/MM/YY TRAC sends the next message:

Traceback (most recent call last):

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch

resp = chosen_handler.process_request(req)

File "/usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r4429-py2.4.egg/webadmin/web_ui.py", line 109, in process_request

path_info)

File "/usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r4429-py2.4.egg/webadmin/ticket.py", line 163, in process_admin_request

mil.due = util.parse_date(req.args.get('duedate'))

File "/usr/lib/python2.4/site-packages/trac/util/datefmt.py", line 114, in parse_date

raise ValueError, '%s is not a known date format.' % text

ValueError: 22/03/07 is not a known date format.

Change History (0)

Note: See TracTickets for help on using tickets.