lib/mu: use fmt-based time/date formatting
For a small speedup
This commit is contained in:
@ -115,7 +115,7 @@ public:
|
||||
*
|
||||
* @return the time or 0
|
||||
*/
|
||||
time_t completed() const;
|
||||
::time_t completed() const;
|
||||
|
||||
private:
|
||||
struct Private;
|
||||
|
||||
Reference in New Issue
Block a user