NAME
gtime - generate time from buffer

SYNOPSIS
#include <sys/time.h>
#include <sys/types.h>

long gtime (tm);
const struct tm *tm;

DESCRIPTION
gtime reconstructs the long integer representation of the time from
a buffer, tm, produced by the localtime(3) routine. In fact, gtime
is the inverse of localtime.

SEE ALSO
localtime(3)