[Trac-tickets] [The Trac Project] #2182: "Invalid Date Format"
error in Milestone schedule(Due and completed)
The Trac Project
noreply at edgewall.com
Thu Oct 6 05:44:13 CDT 2005
#2182: "Invalid Date Format" error in Milestone schedule(Due and completed)
---------------------------------+------------------------------------------
Reporter: tdkim at unimo.co.kr | Owner: cmlenz
Type: defect | Status: new
Priority: high | Milestone: 0.9
Component: roadmap | Version: devel
Severity: blocker | Keywords: Invalid Date format |
---------------------------------+------------------------------------------
Hi all. Thanks for Trac...
I used Korean date/time format.
{{{
This is korean date/time format.
2005년 10월 06일 19시 36분 41초
YYYY년 MM월 DD일 hh시 mm분 ss초
}}}
When I enter "10", "11", "12" in month field,
Trac shows the error message, "Invalid Date format".
When I enter "010", "011", "012" in month field, There is no error.
If I enter "01", ... ,"09" in month field, there is no error too.
My Apache config is:
{{{
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /home/SVN/MYREPO.TRAC
PythonOption TracLocale "ko_KR.utf8"
}}}
I tested it in Trac revision 2328 from SVN repo.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2182>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list