(29a6cb338604d53c74a06ce0eca8c9a9039a98d0)
#include "qtimezone.h"
#include "qtimezoneprivate_p.h"
#include "qdatetime.h"
#include "qdebug.h"
#include <private/qnumeric_p.h>
#include <private/wcharhelpers_win_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
◆ QT_REQUIRE_CONFIG()
| QT_REQUIRE_CONFIG |
( |
timezone_locale | | ) |
|
◆ currTzRegPath
| const wchar_t currTzRegPath = LR"(SYSTEM\CurrentControlSet\Control\TimeZoneInformation)" |
|
static |
◆ FIRST_DST_YEAR
| int FIRST_DST_YEAR = 1900 |
|
constexpr |
◆ JULIAN_DAY_FOR_EPOCH
| qint64 JULIAN_DAY_FOR_EPOCH = 2440588LL |
|
constexpr |
◆ MSECS_PER_DAY
| qint64 MSECS_PER_DAY = 86400000LL |
|
constexpr |
◆ tzRegPath