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)
- 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


No differences found