Nut/OS  5.0.5
API Reference
ctime.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define _DAY_SEC   (24UL * 60UL * 60UL)
#define _YEAR_SEC   (365L * _DAY_SEC)
#define _FOUR_YEAR_SEC   (1461L * _DAY_SEC)
#define _DEC_SEC   315532800UL
#define _BASE_YEAR   70L
#define _BASE_DOW   4
#define _LEAP_YEAR_ADJUST   17L
#define _MAX_YEAR   138L

Functions

int _isindst (tm *tb)

Variables

int _lpdays []
int _days []
tm _tb

Define Documentation

#define _DAY_SEC   (24UL * 60UL * 60UL)
#define _YEAR_SEC   (365L * _DAY_SEC)

Referenced by gmtime_r().

#define _FOUR_YEAR_SEC   (1461L * _DAY_SEC)

Referenced by gmtime_r().

#define _DEC_SEC   315532800UL
#define _BASE_YEAR   70L
#define _BASE_DOW   4

Referenced by gmtime_r().

#define _LEAP_YEAR_ADJUST   17L

Referenced by NutSNTPGetTime().

#define _MAX_YEAR   138L

Function Documentation


Variable Documentation

int _lpdays[]

Referenced by gmtime_r().

int _days[]

Referenced by gmtime_r().

Referenced by gmtime(), and localtime().