mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 10:41:30 +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
Notes:
sideshowbarker
2024-07-17 20:06:30 +09:00
Author: https://github.com/trflynn89
Commit: 0a1e717e40
Pull-request: https://github.com/SerenityOS/serenity/pull/12177
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