id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,branch,changelog,apichanges,internalchanges 2182,configurable date and time formats,tdkim@…,Jun Omae,"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.",enhancement,closed,high,1.0,roadmap,devel,major,fixed,"i18n, dateformat, locale, needfixup, preferences",jae+trac@… tdkim@… manuzhai@… Shevchenko linuxadmin@… a.a.vykhodtsev@… iaindb@… everard@… jurgen.erhard@… daybreaker12@… kirean@… marti@… n-roeser@… jun66j5@… martin@… hoff.st@…,,Added i18n date and time feature," * `trac.util.datefmt`: * `format_{date,time,datetime}`, `parse_date` and `get_{date,datetime}_format_hint` takes optionals locale argument (default to None) [10571] * Added `user_time` helper function for `format_*` and `parse_date` functions [10571] * `trac.web.main`: Added `lc_time` property of `Request` class for selecting the date format [10571]",