QDateTime.fromMSecsSinceEpoch raises a TypeError one some occasions albeit the assigned float value is cast to an integer.
TypeError: arguments did not match any overloaded call:
fromMSecsSinceEpoch(int): argument 1 has unexpected type 'float'
fromMSecsSinceEpoch(int, Qt.TimeSpec, offsetSeconds: int = 0): argument 1 has unexpected type 'float'
fromMSecsSinceEpoch(int, QTimeZone): argument 1 has unexpected type 'float'
QDateTime.fromMSecsSinceEpoch
raises aTypeError
one some occasions albeit the assigned float value is cast to an integer.This issue seems to affect only on Windows OS.