summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qtimezoneprivate_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-3/+5
* Correct handling of {next,previous}Transition before FIRST_DST_YEAREdward Welbourne2022-03-041-13/+61
* Fix inverted condition on year starting in DSTEdward Welbourne2022-03-041-3/+6
* Improve handling of newYearOffset in qtimezoneprivate_win.cppEdward Welbourne2022-03-041-9/+20
* Consistently treat times before first rule as in its standard timeEdward Welbourne2022-03-041-38/+38
* Fix handling of out-of-range years in QTZP_winEdward Welbourne2022-03-041-9/+8
* Correct fake-DST detection and handling in QTZP_winEdward Welbourne2022-03-041-27/+56
* Use QDateTimePrivate's methods in preference to std::numeric_limitsEdward Welbourne2022-03-041-8/+7
* Correct handling of start-of-rule situations in QTZP_winEdward Welbourne2022-02-181-5/+7
* Extract functions: move some code to TransitionTimePairEdward Welbourne2022-02-181-11/+18
* Nail down handling of nextTransition() when before the first ruleEdward Welbourne2022-02-021-3/+12
* Fix misguided winding backwards past start of start of MS TZ dataEdward Welbourne2022-01-301-1/+21
* Refine QTZP_win's msecsToDate() by trusting arithmeticEdward Welbourne2022-01-301-3/+3
* Eliminate a constant from qtimezoneprivate_win.cppEdward Welbourne2021-11-181-6/+7
* Remove some unused constants from qtimezoneprivate_win.cppEdward Welbourne2021-11-181-6/+3
* Avoid overflow for date-time in the first (partly) representable dayEdward Welbourne2021-11-111-2/+10
* Replace enum with constexpr qint64 variablesEdward Welbourne2021-11-111-7/+5
* Fix 32-bit builds broken by mul_overflow() on qint64Martin Storsjö2021-11-101-1/+1
* Fix some out-of-range issues with time-zone supportEdward Welbourne2021-11-081-10/+19
* Use time-zone transition data before 1970 as well as afterEdward Welbourne2021-05-261-1/+1
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-8/+8
* Don't guess UTC when we can't find a system zone nameEdward Welbourne2020-09-281-5/+3
* Remove winrtOliver Wolff2020-06-061-132/+0
* Pass QDate and QTime by value in various static and local functionsEdward Welbourne2020-01-311-1/+1
* Win32: Consolidate registry codeFriedemann Kleint2019-10-141-56/+25
* MS TZ data: avoid calculating a date in year 0Edward Welbourne2019-09-131-13/+29
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-061-0/+927