lib/mu: use fmt-based time/date formatting

For a small speedup
This commit is contained in:
Dirk-Jan C. Binnema
2023-08-05 10:53:11 +03:00
parent 27c07280b1
commit 4945e699c8
8 changed files with 22 additions and 24 deletions

View File

@ -115,7 +115,7 @@ public:
*
* @return the time or 0
*/
time_t completed() const;
::time_t completed() const;
private:
struct Private;