This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

B20.1: ftime bug


ftime() is filling the time member of its argument with something other than
the number of seconds since the epoch.

time() returns a number close to 926367193 (which seems right) while the
time member that ftime() populates is filled with a number like 2949164.
gettimeofday() seems to return the same (wrong) value that ftime() does.


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]