Skip to content

Directly get QDateTime in UTC fromMSecsSinceEpoch

Milian Wolff requested to merge work/faster-qdatetime into master

This is much faster, as we don't need to first lookup the local timezone, convert to that, and then back to UTC.

See also: https://github.com/milianw/bench_qt/commit/fe6726416918d33169b48e4b6cbcad715d02665c

Merge request reports