timezone

Contains BSD time zone information

Service:Time

Syntax

  #include <sys/time.h>
  
  struct timezone 
  {
     time_t tz_secondswest;
     int    tz_minuteswest;
     int    tz_dsttime;
  };
  

Fields

tz_secondswest

Specifies the number of seconds west of Greenwich mean time.

tz_minuteswest

Specifies the number of minutes west of Greenwich mean time.

tz_dsttime

Specifies a nonzero value if daylight savings time is applied during the appropriate part of the year.