Skip to content

Commit 0db4321

Browse files
ediosyncraticQt Cherry-pick Bot
authored andcommitted
Remove test for America/Hermosillo transition at the epoch
A recent update [0] to the IANA timezone database has improved the historical accuracy of transitions in Mexico. It turns out that the transition at the start of 1970 was not a real event. The only actual change then was that Mazatlan has followed the main Mexico zone rules since then, having ignored some transitions of the main zone in earlier decades. [0] eggert/tz@812aff3 Picking to 6.8 got a trivially-resolved conflict due to dev having one more BackendKludges flag to take into account. Removed 6.5 from the destinations for picking because the removed test was added since then. Fixes: QTQAINFRA-6757 Change-Id: I65d8ea1dfa76ce635bf11ffcc1ded8c9ceaf9fec Reviewed-by: Paul Wicking <[email protected]> (cherry picked from commit 8a27c31) (cherry picked from commit d5bb570) Reviewed-by: Qt Cherry-pick Bot <[email protected]>
1 parent 4f4c07e commit 0db4321

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/auto/corelib/time/qdate/tst_qdate.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -554,9 +554,6 @@ void tst_QDate::startOfDay_endOfDay_data()
554554
const QTime end;
555555
const BackendKludges msOpt;
556556
} transitions[] = {
557-
// The western Mexico time-zones skipped the first hour of 1970.
558-
{ "BajaMexico", "America/Hermosillo", QDate(1970, 1, 1), QTime(1, 0), late, MsNoStart },
559-
560557
// Compare tst_QDateTime::fromStringDateFormat(ISO 24:00 in DST).
561558
{ "Brazil", "America/Sao_Paulo", QDate(2008, 10, 19), QTime(1, 0), late, Clean },
562559

0 commit comments

Comments
 (0)