daylight
QNX SDP8.0C Library ReferenceAPIDeveloper
Indicator of support for daylight saving time in the locale
Synopsis:
#include <time.h>
unsigned int daylight;
Description:
This global variable has a value of 1 when daylight saving time is supported in this locale, and 0 otherwise. Whenever you call a time function, tzset() is called to set the variable, based on the current time zone.
Classification:
Page updated: