Sun Java System Web Proxy Server 4.0.11 NSAPI Developer's Guide

util_make_local

The util_make_local function converts a given GMT to local time.

Syntax

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

Returns

The local equivalent to the GMT t.

Parameters

time_t t is a time.

See Also

util_make_gmt