Re: [edk2] [Patch] ShellPkg: Fix bad TimeZone (TZ) conversion.

2015-07-23 Thread Laszlo Ersek
On 07/17/15 20:31, Andrew Fish wrote: > 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

Re: [edk2] [Patch] ShellPkg: Fix bad TimeZone (TZ) conversion.

2015-07-20 Thread Carsey, Jaben
t; Andrew Fish > Sent: Monday, July 20, 2015 10:37 AM > To: Carsey, Jaben > Cc: edk2-devel@lists.01.org; Qiu, Shumin > Subject: Re: [edk2] [Patch] ShellPkg: Fix bad TimeZone (TZ) conversion. > Importance: High > > > > On Jul 20, 2015, at 10:35 AM, Carsey, Jaben >

Re: [edk2] [Patch] ShellPkg: Fix bad TimeZone (TZ) conversion.

2015-07-20 Thread Andrew Fish
> On Jul 20, 2015, at 10:35 AM, Carsey, Jaben wrote: > > I cannot commit anything at this point due to the sourceforge issue. > > The other routine that you mention could help. Yes please contribute that > when you have time. > Do you have an opinion on the form? In the ls code, new library

Re: [edk2] [Patch] ShellPkg: Fix bad TimeZone (TZ) conversion.

2015-07-20 Thread Carsey, Jaben
I cannot commit anything at this point due to the sourceforge issue. The other routine that you mention could help. Yes please contribute that when you have time. -Jaben From: Andrew Fish [mailto:af...@apple.com] Sent: Friday, July 17, 2015 11:32 AM To: edk2-devel@lists.01.org Cc: Carsey, Jabe

[edk2] [Patch] ShellPkg: Fix bad TimeZone (TZ) conversion.

2015-07-17 Thread Andrew Fish
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+, N