1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:54:58 +00:00

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

This reverts commit 0c13a3a8ff.
This commit is contained in:
Timothy Flynn 2022-01-28 07:40:19 -05:00 committed by Linus Groh
parent 8599ee3049
commit 0a1e717e40

View file

@ -77,7 +77,6 @@ static bool is_a_tty = false;
ErrorOr<int> serenity_main(Main::Arguments arguments)
{
TRY(Core::System::pledge("stdio rpath tty"));
tzset();
struct winsize ws;
int rc = ioctl(STDOUT_FILENO, TIOCGWINSZ, &ws);