The util_make_gmt function converts a given local time to GMT (Greenwich Mean Time), or obtains the current GMT.
#include <libproxy/util.h> time_t util_make_gmt(time_t t);
The GMT equivalent to the local time t, if t is not 0
The current GMT if t is 0
time_t t is a time.