Vad ska man använda i windows för att få ut precis den informationen som man får ut av gettimeofday(...)? Dvs:
seconds and microseconds since 00:00 Coordinated Universal Time (UTC), January 1, 1970
*********************************
SYNOPSIS
#include <sys/time.h>
int gettimeofday(struct timeval *tp, void *tzp);
--------------------------------------------------------------------------------
DESCRIPTION
The gettimeofday() function gets the current time, expressed as seconds and microseconds since 00:00 Coordinated Universal Time (UTC), January 1, 1970, and stores it in tp.