Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
logger: Use casting to seconds when logging time
Using fmt 10, `time_point<system_clock>` contains seconds represented as a floating-point number. In order to drop the decimal places, we need to explicitly do the conversion. This is also conformant with the currently used fmt-9.1 docs: https://fmt.dev/9.1.0/syntax.html#chrono-format-specifications.
- Loading branch information