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
While we wait the API we could replace two mktime and settimeofday libc calls with stime on Unix. This eliminates unnecessary mktime call and marshaling of tm structure.
We use p/invoke to set system datetime.
Proposed API in CoreFX repo .
While we wait the API we could replace two
mktimeandsettimeofdaylibc calls withstimeon Unix. This eliminates unnecessary mktime call and marshaling oftmstructure.