GNOME Bugzilla – Bug 343558
Evolution cannot check time correctly in edateedit with zh_CN locale
Last modified: 2012-02-10 17:03:14 UTC
1. change locale to zh_CN 2. start Evolution and go to calendar day view, new an appointment 3. select a time from time entry (with 12 hours format). 4. click another place to hide the time list An error dialog will popup. There are tow translations of the date format: "%I:%M %p" In evolution/widgets/misc/e-dateedit.c: it is translated as "%p%I:%M" In evolution-data-server/libedataserver/e-time-utils.c: it is translated as "%H:%M" so the time check will be failed.
guess this would be fixed if bug 336253 was fixed, sigh...
Bumping version to a stable release.
The string "%I:%M %p" does not exist anymore in Evolution git master (3.3.x). CLosing as OBSOLETE.