You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
0 commit comments