Included Files
- #include </usr/avr/include/stdint.h>
- #include <nut/include/time.h>
Preprocessor definitions
#define IS_LEAP_YEAR( year )
#define DAY_MILLISEC
typedef struct {...} transitiondate
struct
|
|
{
|
|
int yr;
|
|
int yd;
|
|
long ms;
|
|
}
|
|
int _daylight
long _dstbias
long _timezone
Local Variables
dststart
static transitiondate dststart
dstend
static transitiondate dstend
int _isindst ( tm* tb )
static void cvtdate ( int trantype, int datetype, int year, int month, int week, int dayofweek, int date, int hour, int min, int sec, int msec )