Function
GLibDateTimenew_now_local
Description
Creates a GDateTime
corresponding to this exact instant in the local
time zone.
This is equivalent to calling g_date_time_new_now()
with the time
zone returned by g_time_zone_new_local().
Available since: | 2.26 |
Return value
Returns: | GDateTime |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |