metwork-framework/log_proxy

GTimeVal and g_get_current_time are deprecated

thebaptiste opened this issue · 0 comments

Since glib 2.61, GTimeVal and g_get_current_time() are deprecated.
They are not "year-2038-safe", see here
We have to use GDateTime and g_get_real_time() instead