EFI_ISDST
switch (eft->daylight & EFI_ISDST) {
case EFI_ISDST:
eft->daylight = wtime->tm_isdst ? EFI_ISDST : 0;