After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 380843 - Invalid Time Value error
Invalid Time Value error
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
2.10.x (obsolete)
Other All
: Normal minor
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on: 336253
Blocks:
 
 
Reported: 2006-11-30 11:06 UTC by Wang Xin
Modified: 2013-09-13 00:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Use time format from evolution-data-server to avoid translation conflicts (1.50 KB, patch)
2007-04-06 10:12 UTC, Jeff Cai
none Details | Review
rework the patch to include the path when "diff" (1.53 KB, patch)
2007-04-06 10:14 UTC, Jeff Cai
none Details | Review
remove "printf" sentence for the above patch (1.36 KB, patch)
2007-04-06 10:17 UTC, Jeff Cai
none Details | Review
Use time format from evolution-data-server to avoid translation conflicts (1.36 KB, patch)
2007-04-06 10:20 UTC, Jeff Cai
committed Details | Review

Description Wang Xin 2006-11-30 11:06:23 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.
Comment 1 Wang Xin 2006-11-30 11:08:54 UTC
independe
Comment 2 Harry Lu 2006-12-01 04:44:27 UTC
adding L10N keyword
Comment 3 Jeff Cai 2007-04-06 10:12:03 UTC
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.
Comment 4 Jeff Cai 2007-04-06 10:14:55 UTC
Created attachment 85892 [details] [review]
rework the patch to include the path when "diff"
Comment 5 Jeff Cai 2007-04-06 10:17:17 UTC
Created attachment 85893 [details] [review]
remove "printf" sentence for the above patch
Comment 6 Jeff Cai 2007-04-06 10:20:38 UTC
Created attachment 85894 [details] [review]
Use time format from evolution-data-server to avoid translation conflicts
Comment 7 Jeff Cai 2007-04-06 10:20:57 UTC
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.
Comment 8 Srinivasa Ragavan 2007-04-06 18:33:18 UTC
Looks fine to commit to stable/HEAD.
Comment 9 Jeff Cai 2007-04-09 04:55:22 UTC
committed to HEAD and gnome-2.18
Comment 10 Jeff Cai 2007-04-09 04:57:22 UTC
I've no right to change it to "Resolved Fixed". Who can help to change the status?
Comment 11 Srinivasa Ragavan 2007-04-09 06:25:11 UTC
Marking as fixed.