newFromTimevalUtc
Creates a #GDateTime corresponding to the given #GTimeVal @tv in UTC.
The time contained in a #GTimeVal is always stored in the form of seconds elapsed since 1970-01-01 00:00:00 UTC.
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 g_date_time_unref() when you are done with it.
Return
a new #GDateTime, or null
Since
2.26
Parameters
tv
a #GTimeVal