Commit 4f8bdbd
committed
Replace fmt::localtime with std::localtime
fmt::localtime was deprecated in fmt 11.2.0 and removed in fmt 12.0.0.
Replace with std::localtime from <ctime> which is already included
transitively.
Fixes #2456
Signed-off-by: Kefu Chai <tchaikov@gmail.com>1 parent 6ce2bc0 commit 4f8bdbd
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments