tzname()

Contains the abbreviated names of the time zones for local standard time and daylight standard time.

  #include <time.h>
  
  extern char *tzname[2];    
Remarks

This facility is not specified in the ISO/IEC standards. It is an EWL extension of the standard libraries.

This facility may not be available on some configurations of the EWL.