#include "qdatetime.h"
#include "qdatastream.h"
#include <stdio.h>
#include <time.h>
#include <sys/time.h>
#include <unistd.h>
Go to the source code of this file.
|
static const uint | FIRST_DAY = 2361222 |
|
static const int | FIRST_YEAR = 1752 |
|
static const uint | SECS_PER_DAY = 86400 |
|
static const uint | MSECS_PER_DAY = 86400000 |
|
static const uint | SECS_PER_HOUR = 3600 |
|
static const uint | MSECS_PER_HOUR = 3600000 |
|
static const uint | SECS_PER_MIN = 60 |
|
static const uint | MSECS_PER_MIN = 60000 |
|
static const short | monthDays [] ={0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31} |
|
#define gettimeofday __hide_gettimeofday |
int gettimeofday |
( |
struct timeval * |
, |
|
|
struct timezone * |
|
|
) |
| |
const uint FIRST_DAY = 2361222 |
|
static |
const int FIRST_YEAR = 1752 |
|
static |
const short monthDays[] ={0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31} |
|
static |
const uint MSECS_PER_DAY = 86400000 |
|
static |
const uint MSECS_PER_HOUR = 3600000 |
|
static |
const uint MSECS_PER_MIN = 60000 |
|
static |
const uint SECS_PER_DAY = 86400 |
|
static |
const uint SECS_PER_HOUR = 3600 |
|
static |
const uint SECS_PER_MIN = 60 |
|
static |