Hi Alexander,
the reason for the assertion is the "GMT" string. RFC2822 expects the time zone 
to be specified as an offset from UTC (e.g. "-0200"). If no offset is 
specified, the timezone is assumed to be UTC.
UTC (or GMT) as an explicit specification as a string would not make much sense 
and is therefore not tolerated.
That's the format, QDateTime::fromString() accepts.
Not sure, if and why UTC/GMT was accepted prior Qt 6, if that's a bug or even a 
regression. I'll check this and respond to the Jira ticket.
Cheers
Axel

________________________________
Von: Interest <interest-boun...@qt-project.org> im Auftrag von Alexander 
Dyagilev <alervd...@gmail.com>
Gesendet: Montag, 19. Juni 2023 12:51
An: Qt Interest <interest@qt-project.org>
Betreff: [Interest] QDateTime::fromString does not work with Qt::RFC2822Date

Hi guys,

Am I an idiot, or is it really QDateTime::fromString which is broken
since at least Qt 6.2.4 ?

I've created the bug report here:
https://bugreports.qt.io/browse/QTBUG-114681

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to