DateTime.newFromTimevalLocal

Creates a #GDateTime corresponding to the given #GTimeVal tv in the local time zone.

The time contained in a #GTimeVal is always stored in the form of seconds elapsed since 1970-01-01 00:00:00 UTC, regardless of the local time offset.

This call can fail (returning null) if tv represents a time outside of the supported range of #GDateTime.

You should release the return value by calling glib.date_time.DateTime.unref when you are done with it.

More...
class DateTime
static
newFromTimevalLocal

Parameters

tv glib.time_val.TimeVal

a #GTimeVal

Return Value

Type: glib.date_time.DateTime

a new #GDateTime, or null

Detailed Description

Deprecated: #GTimeVal is not year-2038-safe. Use glib.date_time.DateTime.newFromUnixLocal instead.