Simplify the time formatting used in formatDateTimeToISO 504/head
authorJanne Koschinski <janne@kuschku.de>
Fri, 26 Jul 2019 13:28:11 +0000 (15:28 +0200)
committerJanne Koschinski <janne@kuschku.de>
Fri, 2 Aug 2019 09:56:41 +0000 (11:56 +0200)
commitf661cc01b740b69c881010fecc847db8d479a263
treee96474112431387595629901cee3335d2f74043e
parentd46e1e86c9869996285ac3f88970cf0e9e23e128
Simplify the time formatting used in formatDateTimeToISO

- Previously, a convoluted workaround using deprecated functionality was
  used to ensure we would format all types of QDateTime objects
  correctly
- A new workaround has been found which ensures this works reliably
  without using deprecated functionality
src/common/util.cpp
tests/common/CMakeLists.txt
tests/common/utiltest.cpp [new file with mode: 0644]