Re: [Interest] QDateTime Issue in Qt5.8.0 msvc2013,msvc2015

2017-02-01 Thread André Pönitz
On Wed, Feb 01, 2017 at 09:46:13AM -0800, Thiago Macieira wrote: > Em quarta-feira, 1 de fevereiro de 2017, às 16:33:33 PST, Günter Michel > escreveu: > > OK my fault, qDebug() results are also ok here, seems debug view related. > > I have looked at debugger Output in Qt Creator 4.2.0 ( dt (invali

Re: [Interest] QDateTime Issue in Qt5.8.0 msvc2013,msvc2015

2017-02-01 Thread Thiago Macieira
Em quarta-feira, 1 de fevereiro de 2017, às 16:33:33 PST, Günter Michel escreveu: > OK my fault, qDebug() results are also ok here, seems debug view related. > I have looked at debugger Output in Qt Creator 4.2.0 ( dt (invalid) ) The internal format of QDateTime changed in Qt 5.8, so it's possibl

Re: [Interest] QDateTime Issue in Qt5.8.0 msvc2013,msvc2015

2017-02-01 Thread Günter Michel
OK my fault, qDebug() results are also ok here, seems debug view related. I have looked at debugger Output in Qt Creator 4.2.0 ( dt (invalid) ) Am 01.02.2017 um 16:02 schrieb Mike Chinander: On Wed, Feb 1, 2017 at 8:44 AM, Günter Michel > wrote: This simple code re

Re: [Interest] QDateTime Issue in Qt5.8.0 msvc2013,msvc2015

2017-02-01 Thread Mike Chinander
On Wed, Feb 1, 2017 at 8:44 AM, Günter Michel wrote: > This simple code returns an invalid date compiled with Qt5.8.0 msvc2013: > > QDateTime dt = QDateTime::currentDateTime(); > > Compiling with mingw results in correct date but wrong time. Code works in > Qt5.7.1 > What's going on here? > Thi

[Interest] QDateTime Issue in Qt5.8.0 msvc2013,msvc2015

2017-02-01 Thread Günter Michel
This simple code returns an invalid date compiled with Qt5.8.0 msvc2013: QDateTimedt=QDateTime::currentDateTime(); Compiling with mingw results in correct date but wrong time. Code works in Qt5.7.1 What's going on here? ___ Interest mailing list Int