mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
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
This commit is contained in:
parent
d01a437490
commit
e7c7e46cf2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user