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
It would be handy to support converting between filetime_win::SystemTimeUtc, std::time::SystemTime, and chrono::DateTime<Utc>.
Though if std::time::SystemTime or chrono::DateTime allows directly using the native SYSTEMTIME, then the current crate is probably unnecessary. I haven't found such access yes, though.
The text was updated successfully, but these errors were encountered:
It would be handy to support converting between
filetime_win::SystemTimeUtc
,std::time::SystemTime
, andchrono::DateTime<Utc>
.Though if
std::time::SystemTime
orchrono::DateTime
allows directly using the nativeSYSTEMTIME
, then the current crate is probably unnecessary. I haven't found such access yes, though.The text was updated successfully, but these errors were encountered: