[Libreoffice-bugs] [Bug 107038] online: Poco::Time* replacement with std::chrono
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat May 25 18:41:46 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=107038
--- Comment #15 from Shivansh <avihs.29 at gmail.com> ---
Created attachment 151676
--> https://bugs.documentfoundation.org/attachment.cgi?id=151676&action=edit
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
https://opengrok.libreoffice.org/xref/online/wsd/Storage.cpp?r=0dbf9bcf#736 , 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?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190525/2892e878/attachment.html>
More information about the Libreoffice-bugs
mailing list