Skip to content

Commit

Permalink
ECS: Fix windows compil
Browse files Browse the repository at this point in the history
PATCH
  • Loading branch information
Saverio976 committed Oct 4, 2023
1 parent f67d07f commit 804e958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ECS/Logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ namespace Logger {
};
#endif

auto const now = std::chrono::current_zone()->to_local(
auto const now = std::chrono::get_tzdb().current_zone()->to_local(
std::chrono::system_clock::now());
std::string mes;
auto it = _callbacks.find(levelT);
Expand Down

0 comments on commit 804e958

Please sign in to comment.