summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qtimezoneprivate_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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