Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
XTimeUtils.cpp File Reference
#include "XTimeUtils.h"
#include "LinuxTimezone.h"
#include <errno.h>
#include <time.h>
#include <unistd.h>
#include <sys/times.h>
#include <sched.h>

Macros

#define WIN32_TIME_OFFSET   ((unsigned long long)(369 * 365 + 89) * 24 * 3600 * 10000000)
 
#define IsLeapYear(y)   ((!(y % 4)) ? (((!(y % 400)) && (y % 100)) ? 1 : 0) : 0)
 

Macro Definition Documentation

§ IsLeapYear

#define IsLeapYear (   y)    ((!(y % 4)) ? (((!(y % 400)) && (y % 100)) ? 1 : 0) : 0)

§ WIN32_TIME_OFFSET

#define WIN32_TIME_OFFSET   ((unsigned long long)(369 * 365 + 89) * 24 * 3600 * 10000000)