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

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 )
#define DAY_MILLISEC   (24L * 60L * 60L * 1000L)

Function Documentation