summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time/qtimezone
Commit message (Expand)AuthorAgeFilesLines
* More consistent handling of feature timezoneEdward Welbourne13 days1-2/+2
* QIcuTimeZonePrivate constructor: save iteration over all zone IDsNicolas Fella2024-02-081-1/+3
* Rework tst_QTimeZone::windowsId() to use initializer-listsEdward Welbourne2024-02-051-40/+48
* Change license for tests filesLucie Gérard2024-02-042-2/+2
* Introduce macros to simplify testing comparisonIvan Solovev2024-01-191-1/+1
* QTimeZone: use new comparison helper macrosIvan Solovev2023-11-282-7/+30
* QTimeZone(qint32 offsetSeconds): use IANA ID when one is availableEdward Welbourne2023-11-031-2/+28
* Report as available every QTimeZone(qint32).id() resultEdward Welbourne2023-10-301-0/+6
* Warn on failure to construct valid system time zone objectEdward Welbourne2023-09-151-1/+3
* Use the modern name for zone Asia/KolkattaEdward Welbourne2023-09-131-3/+6
* Update QTimeZone data to CLDR v43Edward Welbourne2023-08-071-3/+3
* Correct name of Ukraine's zoneEdward Welbourne2023-07-101-3/+3
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Fix QTimeZone::offsetData() for the case without transitionsEdward Welbourne2023-05-111-8/+22
* Change QTimeZone's offset range into constants, not an enumEdward Welbourne2023-04-281-2/+2
* Expand range of allowed UTC offsets to 16 hoursEdward Welbourne2023-04-201-4/+4
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-71/+89
* Adapt QTimeZone to handle Qt::TimeSpec machineryEdward Welbourne2022-12-091-24/+173
* Suppress output of debug message only produced to test against crashEdward Welbourne2022-12-071-0/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-5/+5
* Tidy up tst_QTimeZoneEdward Welbourne2022-09-141-10/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-162-54/+4
* QTimeZone: add construction from std::chrono::time_zone*Giuseppe D'Angelo2022-04-121-0/+48
* Android: use BCP 47 tag to create a correct Locale for QTimeZone::displayName()Ivan Solovev2022-04-081-0/+52
* Include zone name on tst_QTimeZone::isTimeZoneIdAvailable() failureEdward Welbourne2022-03-251-1/+1
* Apply the East-Saskatchewan exception to zone-fragment lengths to ICUEdward Welbourne2022-03-251-2/+2
* Tidy up tst_QTimeZone::specificTransition()Edward Welbourne2022-02-181-7/+8
* Convert a table iteration to use ranged-forEdward Welbourne2022-02-151-10/+6
* Fix an inaccurate comment and update a test caseEdward Welbourne2022-02-091-2/+2
* Skip QTimeZone::checkOffset() if there are no valid zones to testEdward Welbourne2021-11-261-0/+4
* Use a local check-macro to save lots of repetition in time-zone testsEdward Welbourne2021-11-101-90/+53
* Correct and clarify some commentsEdward Welbourne2021-11-081-3/+3
* Express 64-bit integral constants consistentlyEdward Welbourne2021-11-081-6/+7
* Give symbolic names to some constants used in time-zone testsEdward Welbourne2021-11-081-12/+15
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-2/+2
* Use time-zone transition data before 1970 as well as afterEdward Welbourne2021-05-261-3/+0
* Revert early return from QTimeZone on invalid IDEdward Welbourne2021-04-291-1/+1
* Check POSIX rules during QTzTimeZone creationEdward Welbourne2021-04-271-0/+1
* Fix handling of a POSIX zone rule describing permanent DSTEdward Welbourne2021-04-271-0/+6
* Correct the parsing of POSIX rule day-of-year fieldsEdward Welbourne2021-04-271-0/+12
* Correct the range of allowed hours for a POSIX rule's transitionEdward Welbourne2021-04-201-1/+1
* Return early from QTimeZone constructor if alleged IANA ID is invalidEdward Welbourne2021-04-201-0/+3
* Catch invalid offset returns from QTimeZone backendsEdward Welbourne2021-04-161-2/+2
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-12/+12
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-141-0/+16
* Extend system zone test to check it matches LocalTimeEdward Welbourne2021-03-181-0/+15