GNOME Bugzilla – Bug 651168
[PATCH] add g_date_set_iso_8601()
Last modified: 2017-11-16 10:52:00 UTC
Created attachment 188682 [details] [review] gdate.c: add g_date_set_iso_8601() This is a new method to set the year, month and day of a GDate from an ISO 8601 formatted date. This is complementary to g_time_val_from_iso8601(), which handles date and times specified in the ISO 8601 format, and is the equivalent for date only.
May be unnecessary with GDateTime ISO 8601 support? (bug 753459)
Yes, GDateTime mostly replaces GDate, so I think this can be considered implemented by bug #753459. If someone comes up with a compelling argument for adding ISO 8601 support to GDate, the bug can be reopened and the patch resurrected.