GNOME Bugzilla – Bug 380843
Invalid Time Value error
Last modified: 2013-09-13 00:49:45 UTC
On Solaris, in de or ja locale, when creating a new appointment you can not change start time & end time. When you change it. Evolution will give "Invalid Time Value" error dialog. Other information: The cause is that %k is used in in some translations. GNU strptime supports %k(=%H), but strptime on Solaris does not support it. So strptime can not work correctly for there locale on Solaris. I think we should use %H which is system independent.
independe
adding L10N keyword
Created attachment 85891 [details] [review] Use time format from evolution-data-server to avoid translation conflicts Because the differences of time format between evolution and evolution-data-server, several bugs have come out such as 387844 and 339352, thanks to takao.fujiwara for giving us this patch to solve this issue.
Created attachment 85892 [details] [review] rework the patch to include the path when "diff"
Created attachment 85893 [details] [review] remove "printf" sentence for the above patch
Created attachment 85894 [details] [review] Use time format from evolution-data-server to avoid translation conflicts
Because the differences of time format between evolution and evolution-data-server, several bugs have come out such as 387844 and 339352, thanks to takao.fujiwara for giving us this patch to solve this issue.
Looks fine to commit to stable/HEAD.
committed to HEAD and gnome-2.18
I've no right to change it to "Resolved Fixed". Who can help to change the status?
Marking as fixed.