Skip to content

Remove irrelevant timezone for time formatting

Dag Andersen requested to merge work/timeformat_remove_timezone into master

Just removes the " t" from the returned QLocale::timeFormat(), I have not figured out why it is included, the api docs states that QTime does not know about it.

Also removes timezone from TestValueConvert::testAsString().

Merge request reports