commit | ba3e828586d77ca5d8fe66b8baccac15ab55e22b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri May 31 22:08:45 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri May 31 23:27:20 2019 +0200 |
tree | d1c2c31d6fb8c04190eb7d0a8983c1e570d64ec1 | |
parent | 289121e0495bc552ebcfccc39528a842ae9699cb [diff] |
efi_loader: handling of daylight saving time If SetTime() is meant to set daylight saving time it will be called with Time.Daylight == EFI_TIME_ADJUST_DAYLIGHT | EFI_TIME_IN_DAYLIGHT. Return 0 from GetTime() if time is not in daylight because we cannot determine if we are in a time zone with daylight saving time. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>