Nut/OS  4.10.3
API Reference
tzset.c File Reference
#include <stdint.h>
#include <time.h>
#include "ctime.h"
Include dependency graph for tzset.c:

Go to the source code of this file.

Data Structures

struct  transitiondate

Defines

#define IS_LEAP_YEAR(year)   ( (year & 3) == 0 )
#define DAY_MILLISEC   (24L * 60L * 60L * 1000L)

Functions

int _isindst (tm *tb)

Variables

int _daylight = 1
 Used to control daylight conversions.
long _dstbias = -1 * 60L * 60L
 Difference between standard and daylight savings time in seconds.
long _timezone = 5L * 60L * 60L
 Defines your local timezone.

Define Documentation

#define IS_LEAP_YEAR (   year)    ( (year & 3) == 0 )

Definition at line 73 of file tzset.c.

#define DAY_MILLISEC   (24L * 60L * 60L * 1000L)

Definition at line 74 of file tzset.c.


Function Documentation

int _isindst ( tm tb)