mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
fmt: Replace deprecated fmt::localtime
usage with Common::LocalTime
This commit is contained in:
parent
1c9389a1fb
commit
4b65cc9a4c
9 changed files with 36 additions and 23 deletions
|
@ -9,5 +9,5 @@
|
|||
namespace Common
|
||||
{
|
||||
// Threadsafe and error-checking variant of std::localtime()
|
||||
std::optional<std::tm> Localtime(std::time_t time);
|
||||
std::optional<std::tm> LocalTime(std::time_t time);
|
||||
} // Namespace Common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue