std: sys: pal: uefi: Overhaul Time by Ayush1325 · Pull Request #139806 · rust-lang/rust (original) (raw)
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
rustbot added S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Relevant to the library team, which will review and decide on the PR/issue.
labels
Comment on lines 75 to 76
Comment on lines 80 to 83
Comment on lines 116 to 117
Comment on lines 151 to 177
Use a time representation with 1900-01-01-00:00:00 at timezone -1440 min as anchor. This is the earliest time supported in UEFI.
Signed-off-by: Ayush Singh ayush@beagleboard.org
Comment on lines 180 to 192
Add tests to ensure that extream system times are still representable.
Signed-off-by: Ayush Singh ayush@beagleboard.org