From e7c7e46cf20cbca1684cecd1ba45e5555797844e Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 1 Aug 2010 07:14:43 +0200 Subject: [PATCH] Add comment to g_date_set_time_val about local timezone. Local time zone is used in conversion during g_date_set_time_val(). We now mention this in the documentation. Fixes bug #625500 --- glib/gdate.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glib/gdate.c b/glib/gdate.c index 723a3baf2..01acbc469 100644 --- a/glib/gdate.c +++ b/glib/gdate.c @@ -945,6 +945,8 @@ g_date_set_time (GDate *date, * @tv_usec member is ignored, because #GDate can't make use of the * additional precision. * + * The time to date conversion is done using the user's current timezone. + * * Since: 2.10 */ void