Copyright Digital Equipment Corp. All rights reserved.
Sets and accesses time-zone conversion.
Format
#include <time.h>
void tzset (void);
extern char *tzname[];
extern long int timezone;
extern int daylight;
Description Sample_TZ_Specification