The source project of this merge request has been removed.
Use system locale's time format by default
This uses JavaScript's built in time format convert method. However, Qt's js implementation seems to ignore options for toLocaleTimeString()
. Thus lead to user specified use24hourTime
makes no difference. However, if we do want to repect locale format by default, we could do it in C++.