You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the filetime field within the volume descriptor is printed as-is as a u64, and is generated as zero. We should be able to generate and view the filetime info in a better format.
Note that this will require special care on the web, as typical interfaces for determining time do not work in browser.
Currently, the filetime field within the volume descriptor is printed as-is as a u64, and is generated as zero. We should be able to generate and view the filetime info in a better format.
Note that this will require special care on the web, as typical interfaces for determining time do not work in browser.
See https://learn.microsoft.com/en-us/windows/win32/sysinfo/file-times for format
The text was updated successfully, but these errors were encountered: