Home | History | Annotate | Download | only in libefi

Lines Matching refs:timezone

114     	 ETime->TimeZone  < -1440                     ||
115 (ETime->TimeZone > 1440 && ETime->TimeZone != 2047) ) {
160 if ( ETime->TimeZone != EFI_UNSPECIFIED_TIMEZONE ) {
162 // TimeZone is kept in minues...
164 UTime += (ETime->TimeZone * 60);
173 OUT struct timezone *tzp
196 // Do something with the timezone if needed
201 EfiTime.TimeZone == EFI_UNSPECIFIED_TIMEZONE ? 0 : EfiTime.TimeZone;