Skip to content

Commit 8e28481

Browse files
committed
Update libfmt to 11.2.0
1 parent 5a83e9e commit 8e28481

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/source/pl/lib/std/time.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace pl::lib::libstd::time {
5757
auto time = time_t(params[0].toUnsigned());
5858

5959
try {
60-
auto localTime = fmt::localtime(time);
60+
auto localTime = std::localtime(time);
6161

6262
return { packTMValue(localTime) };
6363
} catch (const fmt::format_error&) {

0 commit comments

Comments
 (0)