https://learn.microsoft.com/en-us/windows/win32/api/minwinbase/ns-minwinbase-systemtime?redirectedfrom=MSDN
SYSTEMTIME (minwinbase.h) - Win32 apps | Microsoft Learn
Specifies a date and time, using individual members for the month, day, year, weekday, hour, minute, second, and millisecond. The time is either in coordinated...
happsmicrosoftlearn
https://dev-doc.rust-lang.org/stable/std/time/struct.SystemTime.html
SystemTime in std::time - Rust
A measurement of the system clock, useful for talking to external entities like the file system or other processes.
stdtimerust