mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +00:00
Revert "ls: Display times in the user's local time zone"
This reverts commit 0c13a3a8ff
.
This commit is contained in:
parent
8599ee3049
commit
0a1e717e40
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue