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 686693 - writing birthday lacks conversion from UTC
writing birthday lacks conversion from UTC
Status: RESOLVED FIXED
Product: folks
Classification: Platform
Component: e-d-s backend
git master
Other Linux
: Normal normal
: Unset
Assigned To: folks-maint
folks-maint
Depends on:
Blocks:
 
 
Reported: 2012-10-23 09:38 UTC by Patrick Ohly
Modified: 2012-10-26 20:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix updating of birthday by adding the UTC->local conversion (1.68 KB, patch)
2012-10-23 10:00 UTC, Patrick Ohly
none Details | Review

Description Patrick Ohly 2012-10-23 09:38:10 UTC
As discussed before (bug #684905), the EDS backend must translate between date-only birthday values and the folks-internal representation (UTC date-time). This involves shifting the time between time zones.

This shifting is missing when writing.
Comment 1 Patrick Ohly 2012-10-23 10:00:02 UTC
Created attachment 227045 [details] [review]
fix updating of birthday by adding the UTC->local conversion
Comment 2 Jeremy Whiting 2012-10-26 20:23:16 UTC
Merged to master.  Thanks for the patch.