<table><tr><td style="">dfaure requested changes to this revision.<br />dfaure added a comment.<br />This revision now requires changes to proceed.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D7642" rel="noreferrer">View Revision</a></tr></table><br /><div><div><p>Please use <tt style="background: #ebebeb; font-size: 13px;">arc diff</tt> to upload patches so that context is available.</p>

<p>m_now isn't used to detect changes, but to detect files "in the future".<br />
With your changes, the line if (mtime > m_now) will have to convert mtime to UTC first. It seems to me that you traded away one timezone conversion for thousands.<br />
Did you measure this?</p>

<p>What we really need is QFileInfo::lastModifiedUtc(), assuming of course it would be able to do that without conversion...</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R309 KService</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D7642" rel="noreferrer">https://phabricator.kde.org/D7642</a></div></div><br /><div><strong>To: </strong>broulik, kde-frameworks-devel, dfaure<br /><strong>Cc: </strong>dfaure, Frameworks<br /></div>