|
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#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) |
| #define IsLeapYear | ( | y | ) | ((!(y % 4)) ? (((!(y % 400)) && (y % 100)) ? 1 : 0) : 0) |
| #define WIN32_TIME_OFFSET ((unsigned long long)(369 * 365 + 89) * 24 * 3600 * 10000000) |