Skip to content

runners/datetime: reduce string allocations when matching timezones

Fushan Wen requested to merge work/fuf/lessalloc into master

There is no need to always convert a QByteArray to a QString. Instead, check the zone Id is accepted first.

@nclarius

Merge request reports