Skip to content

Adapt date/time output for tests to Qt 6.7 formatting behavior changes

Volker Krause requested to merge work/vkrause/fix-qt67-tz-format-regression into master

"t" is no longer outputting the timezone abbreviation ("CE[S]T") but a GMT offset fallback ("GMT+2"), so explicitly add the timezone abbreviation manually here.

Merge request reports