mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:08:12 +00:00
FileManager: Display times in the user's local time zone
This commit is contained in:
parent
0c13a3a8ff
commit
080b054695
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/wait.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
using namespace FileManager;
|
||||
|
@ -87,6 +88,7 @@ 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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue