[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
tzset

The function tzset() reads the value of the "TZ" environment variable and internalizes it into the time zone functionality of the program.
Compatibility:
This function is compatible with the following targets:
Prototype:
#include <time.h>
void tzset(void);
Parameters:
None
Remarks:
The function tzset() reads the value of the "TZ" environment variable and internalizes it into the time zone functionality of the program.
See Also:
"tzname"
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 16, 2000