From 55d28a738e35e7fd02d01eabc174594163c97fd1 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Fri, 28 Jan 2022 07:40:29 -0500 Subject: [PATCH] Revert "FileManager: Display times in the user's local time zone" This reverts commit 080b054695f03df2f731d9a519432e3f196f48e6. --- Userland/Applications/FileManager/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Userland/Applications/FileManager/main.cpp b/Userland/Applications/FileManager/main.cpp index ea8519f94f..41f6ee5fbe 100644 --- a/Userland/Applications/FileManager/main.cpp +++ b/Userland/Applications/FileManager/main.cpp @@ -50,7 +50,6 @@ #include #include #include -#include #include using namespace FileManager; @@ -88,7 +87,6 @@ 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");