From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 9256821D28FDB for ; Tue, 25 Jul 2017 02:58:43 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2017 03:00:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,411,1496127600"; d="scan'208";a="111708181" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.7]) by orsmga004.jf.intel.com with ESMTP; 25 Jul 2017 03:00:44 -0700 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Tue, 25 Jul 2017 18:00:27 +0800 Message-Id: <20170725100029.31284-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.12.2.windows.2 Subject: [PATCH 0/2] Change Shell command ls to display file time in local time. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2017 09:58:43 -0000 Li Huajing (2): Nt32Pkg/WinNtSimpleFileSystemDxe: Change GetInfo() to get TimeZone. ShellPkg/ls: Display the file time in local time. .../WinNtSimpleFileSystem.c | 78 ++++++--------- ShellPkg/Library/UefiShellLevel2CommandsLib/Ls.c | 111 ++++++++++++++++++++- 2 files changed, 142 insertions(+), 47 deletions(-) -- 2.12.2.windows.2