#8323 closed defect (duplicate)
Date format mismtach when modifying milestones
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | i18n | Version: | 0.11.1 |
Severity: | normal | Keywords: | i18n date format milestone |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I see the following error in Korean environment, when I use the web admin interface to modify a milestone:
"2009년 06월 01일" is an invalid date, or the date format is not known. Try "YYYY년 MM월 DD일" instead.
The input and parsing pattern seems to be exactly same, but I don't know why it say unknown date format.
If I use the console (trac-admin) interface and use 'YYYY-MM-DD' syntax, it works fine. But in the web-admin interface, that syntax also causes the same error.
Attachments (0)
Change History (3)
comment:1 by , 15 years ago
Milestone: | 0.11.5 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
follow-up: 3 comment:2 by , 14 years ago
"2010/12/29 13:56:42" is an invalid date, or the date format is not known. Try "YYYY/MM/DD hh:mm:ss" instead.
Date format mismtach when modifying milestones it happend in my trac too. who can help me?
comment:3 by , 14 years ago
Replying to anonymous:
"2010/12/29 13:56:42" is an invalid date, or the date format is not known. Try "YYYY/MM/DD hh:mm:ss" instead.
Date format mismtach when modifying milestones it happend in my trac too. who can help me?
You didn't say anything about the version of Trac you're using, neither any other hint about how we could reproduce the issue… If this problem happens with a recent version of Trac (0.12.1 or trunk), then please open a new ticket with all the information we would need in order to be able to reproduce the issue.
Duplicate of #2182.