Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5, 6.8
-
None
-
-
3
-
1bba3c2ff (dev), 38bfbbcf0 (6.9), 0fbb082ba (6.8), 1968c6696 (tqtc/lts-6.5)
-
Foundation Sprint 121
Description
Token expiration time is represented at local time in the QAbstractOAuth2 implementation. This is potentially flaky because local time is subject to daylight savings, timezone changes etc.
Instead it is better to internally use stable UTC time, and convert it to local time when asked by the application.