#include "qtimezone.h"
#include "qtimezoneprivate_p.h"
#include "qdatetime.h"
#include "qdebug.h"
#include <private/qnumeric_p.h>
#include <algorithm>
#include <private/qwinregistry_p.h>
Go to the source code of this file.
◆ MAX_KEY_LENGTH
#define MAX_KEY_LENGTH 255 |
◆ REG_TZI_FORMAT
◆ currTzRegPath
const wchar_t currTzRegPath[] = LR"(SYSTEM\CurrentControlSet\Control\TimeZoneInformation)" |
|
static |
◆ FIRST_DST_YEAR
constexpr int FIRST_DST_YEAR = 1900 |
|
constexpr |
◆ JULIAN_DAY_FOR_EPOCH
constexpr qint64 JULIAN_DAY_FOR_EPOCH = 2440588LL |
|
constexpr |
◆ MSECS_PER_DAY
constexpr qint64 MSECS_PER_DAY = 86400000LL |
|
constexpr |
◆ tzRegPath