SYNOPSIS
#include <time.h>
struct tm *offtime(const time_t *clock, long int offset);
struct tm *offtime_r(const time_t *clock, long int offset, struct tm *ret);
time_t timeoff(struct tm *tm, long int offset);
time_t timegm(struct tm *tm);
time_t timelocal(struct tm *tm);
DESCRIPTION
These functions are inspired by C standard interfaces named similarly.
CONFORMANCE
BSD UNIX
MULTITHREAD SAFETY LEVEL
PORTING ISSUES
Likely will only port to BSD UNIX environments.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
PTC MKS Toolkit 10.4 Documentation Build 39.