120 JulianDayForEpoch = 2440588
124 static QDate minDate();
126 static QDate maxDate();
129 static QTimeZone toTimeZone(Qt::TimeSpec timeSpec,
int offsetSeconds = 0);
132 static QDateTime toDateTime(
double value, Qt::TimeSpec = Qt::UTC);
135 static QDateTime toDateTime(
double value,
const QTimeZone& timeZone);
138 static double toDouble(
const QDateTime&);
141 static QDateTime ceil(
const QDateTime&, IntervalType);
143 static QDateTime floor(
const QDateTime&, IntervalType);
146 static QDate dateOfWeek0(
int year, Week0Type);
148 static int weekNumber(
const QDate&, Week0Type);
151 static int utcOffset(
const QDateTime&);
154 static QString toString(
const QDateTime&,
const QString& format, Week0Type);