summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qlocaltime.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDateTime: disambiguate times in a zone transitionEdward Welbourne2023-10-191-70/+65
* Rework getting normalized dates adjacent to a given oneEdward Welbourne2023-09-281-28/+29
* Don't std::move() trivially-copyable typesEdward Welbourne2023-09-281-8/+7
* Implement some TODOs: make use of GLibc's tm_gmtoff and tm_zoneEdward Welbourne2023-09-151-9/+28
* Don't assume time-zone offsets at epoch were multiples of five minutesEdward Welbourne2023-09-151-8/+7
* Rework resolution of local timeEdward Welbourne2023-09-151-106/+370
* Replace {add,sub,mul}_overload with q{Add,Sub,Mul}OverloadMarc Mutz2023-06-121-4/+4
* Refactor QGregorianCalendar::julianFromParts to return std::optionalEdward Welbourne2023-05-041-6/+2
* Split out a helper function for QLocalTimeEdward Welbourne2023-05-041-13/+18
* QLocalTime: get offset from correct local time minus UTC timeEdward Welbourne2023-05-021-1/+1
* Relocate two helpers from QLocalTime to an anonymous namespaceEdward Welbourne2023-04-261-18/+18
* QLocalTime: getCurrentStandardUtcOffset: fix narrowing warningsAhmad Samir2023-03-131-3/+10
* Move access to tzname[] to under the env.var access logEdward Welbourne2023-02-201-37/+1
* Check return from time() in getCurrentStandardUtcOffset()Edward Welbourne2023-02-161-18/+21
* Move qtLocalTime() to qtenvironmentvariables.cpp as qLocalTime()Edward Welbourne2023-02-031-37/+2
* Call _tzset() before localtime_s() in qtLocalTime()Edward Welbourne2023-02-031-4/+6
* Deploy QRoundingDown::qDivMod() in date-time calculationsEdward Welbourne2023-01-311-8/+9
* QRoundingDown: make the numerator a template parameterEdward Welbourne2023-01-191-4/+4
* Include tzInfo.StandardBias in getCurrentStandardUtcOffset()Edward Welbourne2023-01-121-3/+10
* Use QRoundingDown when converting UTC to local timeEdward Welbourne2022-08-251-4/+3
* Rearrange mapLocalTime() so its millis always have the right signEdward Welbourne2022-08-241-11/+12
* Break out overflow-calculations into semantically-named inlinesEdward Welbourne2022-08-191-14/+23
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Add MINS_PER_HOUR constant and avoid a Coverity overflow warningEdward Welbourne2022-06-031-4/+8
* Implement in QLocalTime the offset functions V4 Date needsEdward Welbourne2022-05-221-0/+46
* Move remaining time_t code from qdatetime.cpp to QLocalTimeEdward Welbourne2022-05-201-1/+327
* Split qtLocalTime out into a new QLocalTime namespaceEdward Welbourne2022-05-201-0/+108