<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - online: Poco::Time* replacement with std::chrono"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107038#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - online: Poco::Time* replacement with std::chrono"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107038">bug 107038</a>
              from <span class="vcard"><a class="email" href="mailto:avihs.29@gmail.com" title="Shivansh <avihs.29@gmail.com>"> <span class="fn">Shivansh</span></a>
</span></b>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=151676" name="attach_151676" title="Poco::Timestamp replacement in Storage.hpp and Storage.cpp">attachment 151676</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=151676&action=edit" title="Poco::Timestamp replacement in Storage.hpp and Storage.cpp">[details]</a></span>
Poco::Timestamp replacement in Storage.hpp and Storage.cpp

Yes, I gave another look to high_resolution_clock and did the required changes.

There's still one thing I need to figure out. In Storage.hpp modifiedTime is of
std::time_t type. Then in Storage.cpp
<a href="https://opengrok.libreoffice.org/xref/online/wsd/Storage.cpp?r=0dbf9bcf#736">https://opengrok.libreoffice.org/xref/online/wsd/Storage.cpp?r=0dbf9bcf#736</a> , I
don't understand how to modify this line.
Do you think I should use std::chrono::system_clock::time_point instead of
std::time_t for modifiedTime?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>