| Commit message (Expand) | Author | Age | Files | Lines |
| * | QDateTime: disambiguate times in a zone transition | Edward Welbourne | 2023-10-19 | 1 | -70/+65 |
| * | Rework getting normalized dates adjacent to a given one | Edward Welbourne | 2023-09-28 | 1 | -28/+29 |
| * | Don't std::move() trivially-copyable types | Edward Welbourne | 2023-09-28 | 1 | -8/+7 |
| * | Implement some TODOs: make use of GLibc's tm_gmtoff and tm_zone | Edward Welbourne | 2023-09-15 | 1 | -9/+28 |
| * | Don't assume time-zone offsets at epoch were multiples of five minutes | Edward Welbourne | 2023-09-15 | 1 | -8/+7 |
| * | Rework resolution of local time | Edward Welbourne | 2023-09-15 | 1 | -106/+370 |
| * | Replace {add,sub,mul}_overload with q{Add,Sub,Mul}Overload | Marc Mutz | 2023-06-12 | 1 | -4/+4 |
| * | Refactor QGregorianCalendar::julianFromParts to return std::optional | Edward Welbourne | 2023-05-04 | 1 | -6/+2 |
| * | Split out a helper function for QLocalTime | Edward Welbourne | 2023-05-04 | 1 | -13/+18 |
| * | QLocalTime: get offset from correct local time minus UTC time | Edward Welbourne | 2023-05-02 | 1 | -1/+1 |
| * | Relocate two helpers from QLocalTime to an anonymous namespace | Edward Welbourne | 2023-04-26 | 1 | -18/+18 |
| * | QLocalTime: getCurrentStandardUtcOffset: fix narrowing warnings | Ahmad Samir | 2023-03-13 | 1 | -3/+10 |
| * | Move access to tzname[] to under the env.var access log | Edward Welbourne | 2023-02-20 | 1 | -37/+1 |
| * | Check return from time() in getCurrentStandardUtcOffset() | Edward Welbourne | 2023-02-16 | 1 | -18/+21 |
| * | Move qtLocalTime() to qtenvironmentvariables.cpp as qLocalTime() | Edward Welbourne | 2023-02-03 | 1 | -37/+2 |
| * | Call _tzset() before localtime_s() in qtLocalTime() | Edward Welbourne | 2023-02-03 | 1 | -4/+6 |
| * | Deploy QRoundingDown::qDivMod() in date-time calculations | Edward Welbourne | 2023-01-31 | 1 | -8/+9 |
| * | QRoundingDown: make the numerator a template parameter | Edward Welbourne | 2023-01-19 | 1 | -4/+4 |
| * | Include tzInfo.StandardBias in getCurrentStandardUtcOffset() | Edward Welbourne | 2023-01-12 | 1 | -3/+10 |
| * | Use QRoundingDown when converting UTC to local time | Edward Welbourne | 2022-08-25 | 1 | -4/+3 |
| * | Rearrange mapLocalTime() so its millis always have the right sign | Edward Welbourne | 2022-08-24 | 1 | -11/+12 |
| * | Break out overflow-calculations into semantically-named inlines | Edward Welbourne | 2022-08-19 | 1 | -14/+23 |
| * | Fix typos in docs and comments | Kai Köhne | 2022-06-15 | 1 | -1/+1 |
| * | Add MINS_PER_HOUR constant and avoid a Coverity overflow warning | Edward Welbourne | 2022-06-03 | 1 | -4/+8 |
| * | Implement in QLocalTime the offset functions V4 Date needs | Edward Welbourne | 2022-05-22 | 1 | -0/+46 |
| * | Move remaining time_t code from qdatetime.cpp to QLocalTime | Edward Welbourne | 2022-05-20 | 1 | -1/+327 |
| * | Split qtLocalTime out into a new QLocalTime namespace | Edward Welbourne | 2022-05-20 | 1 | -0/+108 |