audk/ShellPkg/Library
Andrew Fish 1a670f639b ShellPkg: Fix bad TimeZone (TZ) conversion.
EFI_UNSPECIFIED_TIMEZONE means display local time. TZ of 0 is UTC.
Thus EFI_UNSPECIFIED_TIMEZONE means ignore TZ, 0 means UTC. When this code is
fixed to adust file TZ to local TZ you need to preserve
EFI_UNSPECIFIED_TIMEZONE.

FAT always return EFI_UNSPECIFIED_TIMEZONE.
Modern filesystems, HFS+, NTFS, ext3, etc store time in UTC.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Andrew Fish <afish@apple.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18051 6f19259b-4bc3-4df7-8a09-765794883524
2015-07-26 08:03:35 +00:00
..
UefiDpLib ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in some cases. 2015-07-09 03:19:06 +00:00
UefiHandleParsingLib ShellPkg: Add Ip4Config2 Protocol defintion in UefiHandleParsingLib 2015-07-08 02:55:09 +00:00
UefiShellBcfgCommandLib ShellPkg: Help and Error Messages Update 2015-03-09 22:18:59 +00:00
UefiShellCEntryLib ShellPkg: Refine the fomat in INF/DEC files to follow spec. 2015-01-22 01:44:11 +00:00
UefiShellCommandLib ShellPkg: Fix typo of 'determines' in ShellPkg. 2015-07-08 01:54:46 +00:00
UefiShellDebug1CommandsLib ShellPkg: decode serial console attribute set failure status when used thru sermode command 2015-07-14 17:54:12 +00:00
UefiShellDriver1CommandsLib ShellPkg: Use safe string functions to refine code. 2015-06-30 03:18:31 +00:00
UefiShellInstall1CommandsLib ShellPkg: Refine the fomat in INF/DEC files to follow spec. 2015-01-22 01:44:11 +00:00
UefiShellLevel1CommandsLib ShellPkg: Standardized HP Copyright Message String 2015-02-04 22:25:01 +00:00
UefiShellLevel2CommandsLib ShellPkg: Fix bad TimeZone (TZ) conversion. 2015-07-26 08:03:35 +00:00
UefiShellLevel3CommandsLib ShellPkg: Update help output for correct alphabetical 2015-05-28 18:29:15 +00:00
UefiShellLib ShellPkg: Fix typo of 'determines' in ShellPkg. 2015-07-08 01:54:46 +00:00
UefiShellNetwork1CommandsLib ShellPkg: Fix ping IPv6 stack usage mode failure issue 2015-07-14 03:41:44 +00:00
UefiShellTftpCommandLib ShellPkg: Add optional 'tftp' EFI Shell command 2015-07-15 15:39:53 +00:00