1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00

Revert "FileManager: Display times in the user's local time zone"

This reverts commit 080b054695.
This commit is contained in:
Timothy Flynn 2022-01-28 07:40:29 -05:00 committed by Linus Groh
parent 0a1e717e40
commit 55d28a738e

View file

@ -50,7 +50,6 @@
#include <stdio.h>
#include <string.h>
#include <sys/wait.h>
#include <time.h>
#include <unistd.h>
using namespace FileManager;
@ -88,7 +87,6 @@ ErrorOr<int> 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");