Re: [edk2] [PATCH] ShellPkg/UefiShellLevel2CommandsLib: Support unspecified local Timezone.

2018-05-17 Thread Ni, Ruiyu
r...@intel.com>; Ni, Ruiyu <ruiyu...@intel.com> > Subject: [edk2] [PATCH] ShellPkg/UefiShellLevel2CommandsLib: Support > unspecified local Timezone. > > EFI_RUNTIME_SERVICES.GetTime() might return an unspecified Timezone, > such as when SetTime() has not been called after t

Re: [edk2] [PATCH] ShellPkg/UefiShellLevel2CommandsLib: Support unspecified local Timezone.

2018-05-07 Thread Carsey, Jaben
ar...@intel.com>; Ni, Ruiyu <ruiyu...@intel.com> > Subject: [edk2] [PATCH] ShellPkg/UefiShellLevel2CommandsLib: Support > unspecified local Timezone. > Importance: High > > EFI_RUNTIME_SERVICES.GetTime() might return an unspecified Timezone, > such as when SetTime() has

[edk2] [PATCH] ShellPkg/UefiShellLevel2CommandsLib: Support unspecified local Timezone.

2018-05-05 Thread Marvin Häuser
EFI_RUNTIME_SERVICES.GetTime() might return an unspecified Timezone, such as when SetTime() has not been called after the PC-AT CMOS RTC was cut off power. Consider this case by not attempting Timezone translations for when it is invalid. Contributed-under: TianoCore Contribution Agreement 1.1