diff --git a/Userland/Applications/FileManager/main.cpp b/Userland/Applications/FileManager/main.cpp index 41f6ee5fbe..ea8519f94f 100644 --- a/Userland/Applications/FileManager/main.cpp +++ b/Userland/Applications/FileManager/main.cpp @@ -50,6 +50,7 @@ #include #include #include +#include #include using namespace FileManager; @@ -87,6 +88,7 @@ ErrorOr serenity_main(Main::Arguments arguments) auto app = TRY(GUI::Application::try_create(arguments)); TRY(Core::System::pledge("stdio thread recvfd sendfd cpath rpath wpath fattr proc exec unix")); + tzset(); Config::pledge_domains({ "FileManager", "WindowManager" }); Config::monitor_domain("FileManager");