Oracle iPlanet Web Proxy Server 4.0.14 NSAPI Developer's Guide

util_make_gmt

The util_make_gmt function converts a given local time to GMT (Greenwich Mean Time), or obtains the current GMT.

Syntax

#include <libproxy/util.h>
time_t util_make_gmt(time_t t);

Returns

Parameters

time_t t is a time.

See Also

util_make_local