Method

GLibDateTimeto_local

since: 2.26

Declaration

GDateTime*
g_date_time_to_local (
  GDateTime* datetime
)

Description

Creates a new GDateTime corresponding to the same instant in time as datetime, but in the local time zone.

This call is equivalent to calling g_date_time_to_timezone() with the time zone returned by g_time_zone_new_local().

Available since: 2.26

Return value

Type: GDateTime

The newly created GDateTime which should be freed with g_date_time_unref(), or NULL.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.